FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for bqplot/pyplot.py - bqplot/bqplot · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bqplot
/
bqplot
Public
Notifications
You must be signed in to change notification settings
Fork
479
Star
3.7k
Code
Issues
232
Pull requests
46
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
bqplot
bqplot
pyplot.py
on
master
User selector
Datepicker
Commit history
Commits on Mar 22, 2024
Update CI (#1642)
Show description for 1366ac5
martinRenou
authored
1366ac5
View commit details
Copy full SHA for 1366ac5
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
Improve docs API further (#1563)
martinRenou
authored
45e5ed8
View commit details
Copy full SHA for 45e5ed8
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
Merge pull request #1506 from mwcraig/add-markers-x-and-+
Show description for 406d590
martinRenou
authored
406d590
View commit details
Copy full SHA for 406d590
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Update ipywidgets 8
martinRenou
committed
6b8af0e
View commit details
Copy full SHA for 6b8af0e
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
Change shortcut for crosshair to x
mwcraig
authored and
ibdafna
committed
25425e2
View commit details
Copy full SHA for 25425e2
View code at this point
Browse repository at this point
Add a point marker for scatter plots
mwcraig
authored and
ibdafna
committed
8908311
View commit details
Copy full SHA for 8908311
View code at this point
Browse repository at this point
Add codes for new markers
mwcraig
authored and
ibdafna
committed
08f3877
View commit details
Copy full SHA for 08f3877
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Move WebGL marks into a separate package
martinRenou
committed
87a8a1b
View commit details
Copy full SHA for 87a8a1b
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Use bqscales
martinRenou
committed
071aaa2
View commit details
Copy full SHA for 071aaa2
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Add a default toolbar for figure (#1394)
Show description for 2d6cbc9
trungleduc
authored
2d6cbc9
View commit details
Copy full SHA for 2d6cbc9
View code at this point
Browse repository at this point
Commits on Jul 15, 2021
Fix typos discovered by codespell
cclauss
committed
b96dec1
View commit details
Copy full SHA for b96dec1
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
Add flake8 check and pytest on the Github Action workflow
Show description for 7bcf7fa
martinRenou
committed
7bcf7fa
View commit details
Copy full SHA for 7bcf7fa
View code at this point
Browse repository at this point
Commits on Oct 16, 2019
fix: close vbox as well as figure to avoid issues with voila
maartenbreddels
committed
1c6dce7
View commit details
Copy full SHA for 1c6dce7
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
renamed Mega to GL
maartenbreddels
authored and
martinRenou
committed
05b4d7c
View commit details
Copy full SHA for 05b4d7c
View code at this point
Browse repository at this point
Large scatter plots using WebGL
maartenbreddels
authored and
martinRenou
committed
5856651
View commit details
Copy full SHA for 5856651
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
fixed an issue with marker strings (default_colors renamed to colors)
ChakriCherukuri
committed
f8692ce
View commit details
Copy full SHA for f8692ce
View code at this point
Browse repository at this point
Commits on May 11, 2018
fixed pep8 warnings
ChakriCherukuri
committed
80c81e9
View commit details
Copy full SHA for 80c81e9
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
Merge pull request #591 from rmenegaux/backend_hist
Show description for bc1fb38
SylvainCorlay
authored
bc1fb38
View commit details
Copy full SHA for bc1fb38
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
Add the cmap attribute to pyplot
rmenegaux
committed
a244309
View commit details
Copy full SHA for a244309
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
plt.bin
rmenegaux
committed
e76153e
View commit details
Copy full SHA for e76153e
View code at this point
Browse repository at this point
Image mark example notebook
rmenegaux
committed
8e3c149
View commit details
Copy full SHA for 8e3c149
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
make format non-keyword
rmenegaux
committed
5493242
View commit details
Copy full SHA for 5493242
View code at this point
Browse repository at this point
add support for ipyimage formats
rmenegaux
committed
2fdb09c
View commit details
Copy full SHA for 2fdb09c
View code at this point
Browse repository at this point
Add error message if wrong format
rmenegaux
committed
a9dd17a
View commit details
Copy full SHA for a9dd17a
View code at this point
Browse repository at this point
first pass at imshow
rmenegaux
committed
56de31c
View commit details
Copy full SHA for 56de31c
View code at this point
Browse repository at this point
Commits on Sep 16, 2017
adding data frame plotting capability
ssunkara1
committed
8412200
View commit details
Copy full SHA for 8412200
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
adding boxplot to pyplot
ssunkara1
committed
f2bc45d
View commit details
Copy full SHA for f2bc45d
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
adding gridheatmap to pyplot
rmenegaux
committed
5e26e5c
View commit details
Copy full SHA for 5e26e5c
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Merge pull request #503 from dmadeka/plt-labels
Show description for cbe455e
ssunkara1
authored
cbe455e
View commit details
Copy full SHA for cbe455e
View code at this point
Browse repository at this point
Remove return
dmadeka
committed
22ee3fe
View commit details
Copy full SHA for 22ee3fe
View code at this point
Browse repository at this point
by default plotting the index as x for data plotting in pyplot
Srinivas Sunkara
committed
648fa6f
View commit details
Copy full SHA for 648fa6f
View code at this point
Browse repository at this point
linking documentation to decorated functions;
Srinivas Sunkara
committed
d1893c8
View commit details
Copy full SHA for d1893c8
View code at this point
Browse repository at this point
fix doc
dmadeka
authored
8980cd1
View commit details
Copy full SHA for 8980cd1
View code at this point
Browse repository at this point
Add xlabel and ylabel
dmadeka
committed
5488d42
View commit details
Copy full SHA for 5488d42
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
changing pyplot heat to heatmap
rmenegaux
committed
7193465
View commit details
Copy full SHA for 7193465
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL