-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: fastplotlib/fastplotlib
base: 1aa83ab
head repository: fastplotlib/fastplotlib
compare: 097a7cd
- 13 commits
- 40 files changed
- 4 contributors
Commits on Jul 15, 2023
-
Add sizes to scatter plots (#289)
* Added a size feature. Not sure if it works yet, still need to add tests. * Added a few tests for the new sizes feature. * Forgot to add this file last commit. * Improved scatter_size.py example * Made some changes addressing Kushal's comments. * fixed an error caused by me forgetting to remove a cell in one of the notebooks * scattter plot added * updated to snake_case * updated to fixed some missing dependencies and remove unecessary code in the notebooks
Configuration menu - View commit details
-
Copy full SHA for 1cec7a4 - Browse repository at this point
Copy the full SHA 1cec7a4View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82d4636 - Browse repository at this point
Copy the full SHA 82d4636View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36ed10c - Browse repository at this point
Copy the full SHA 36ed10cView commit details
Commits on Sep 11, 2023
-
auto connect a ipywidget slider to a linear selector (#298)
* auto connect a ipywidget slider to a linear selector, not yet tested * add _moving attr, smooth bidirectional link between linear selector and ipywidget sliders * update linear selector example nb * ipywidget connector for LinearRegionSelector, limits is a settable property for linear and linearregion * comments
Configuration menu - View commit details
-
Copy full SHA for 2b97c9d - Browse repository at this point
Copy the full SHA 2b97c9dView commit details
Commits on Sep 18, 2023
-
* bugfix for axis=y, use round() instead of int() in get_selected_index(), more accurate * add _pygfx_event = None to BaseSelector init * fix type annotation for Synchronizer
Configuration menu - View commit details
-
Copy full SHA for a363713 - Browse repository at this point
Copy the full SHA a363713View commit details
Commits on Sep 19, 2023
-
* Fix typos Found via `codespell -L nwo,fo,te,ue,nd,ned,noo,bumb,bu,tbe,morg` * Update CODE_OF_CONDUCT.md --------- Co-authored-by: Kushal Kolar <kushalkolar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f7fa645 - Browse repository at this point
Copy the full SHA f7fa645View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4fbf6ac - Browse repository at this point
Copy the full SHA 4fbf6acView commit details -
* fix flip, update simple notebook * change flip icon to arrow in direction of y-axis * change tooltip
Configuration menu - View commit details
-
Copy full SHA for 0f5655c - Browse repository at this point
Copy the full SHA 0f5655cView commit details
Commits on Sep 24, 2023
-
add jupyter-sidecar as a dependency, update simple notebook (#300)
* add jupyter-sidecar as a dependency, update simple notebook * Update setup.py * add sidecar for plots * sidecar updates * add sidecar to gridplot * add close method to image widget, add sidecar to image widget * fix notebook errors * fix linear region selector * add vbox as kwarg for additional ipywidgets when showing plot and gridplot * fix notebooks
Configuration menu - View commit details
-
Copy full SHA for e910e14 - Browse repository at this point
Copy the full SHA e910e14View commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b770a8b - Browse repository at this point
Copy the full SHA b770a8bView commit details
Commits on Oct 2, 2023
-
vertex_colors -> color_mode='vertex' (#312)
* vertex_colors -> color_mode='vertex' * update ci to use pygfx@main instead of a specific commit
Configuration menu - View commit details
-
Copy full SHA for c3fd72e - Browse repository at this point
Copy the full SHA c3fd72eView commit details
Commits on Oct 3, 2023
-
add desktop-only CI, add py312, remove
ipywidgets
import in `plot.p……y`, pin `pygfx>=0.1.14` (#314) * add desktop-only CI, add py312, remove ipywidget import, pin pygfx>=0.1.14 * add tests-desktop to extras_require * install setuptools explicitly, use py3.11 for docs test
Configuration menu - View commit details
-
Copy full SHA for 3965bb1 - Browse repository at this point
Copy the full SHA 3965bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097a7cd - Browse repository at this point
Copy the full SHA 097a7cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1aa83ab...097a7cd