Commit be8e0c8
authored
more event docs, make some things public (#773)
* more docs on events
* add some events examples
* make features public
* make subplot public
* update w.r.t. feature being public
* update tables
* update generate_api.py
* update guide
* rename: FeatureEvent -> PropertyEvent
* expose Graphic
* update legend
* tests, rename: FeatureEvent -> PropertyEvent
* edit
* update
* deleted: events_more.rst
* Lingering _featuees
* rename in api docs
* rename
* more examples
* update, and key event example
* black
* type annotations for event instances in examples
* update faq
* add hover example
* Update examples
* add example
* add drag example
* update exmpales
* fix get_nearest
* update utils for docs
* update doc
* fix
* black
* update drag_points
* update
* fix
* update
* better LinearRegionSelector example, fix calc center
* add moving label example
* add to conf
* add readme
* update docs conf.py
* add paint_image example
* add controller examples
* fix
* ipywidget example, update guide
* update iw rgb arg
* add ipywidgets webp to guide
* update linear_region_selectors_match_offsets.png after fix
* forgot to add non imgui screenshot
* update ipywidget examples
* docstring
* plot helpers API docs should work now
* update switcher
* update switcher
* docstring
* start turning event tables to list of dicts instead of hard-coded rst tables
* update common features with table spec
* spelling
* add code for list of dicts -> rst table, not yet tested
* needs to be writeable
* replace == with npt.assert_almost_equal()
* rename FeatureEvent -> GraphicFeatureEvent
* GraphicFeatureEvent as top level import
* black
* graphic feature event tables
* stupid
* forgot to add things
* remove space
* black1 parent 8ef6581 commit be8e0c8
File tree
97 files changed
+3058
-472
lines changed- docs/source
- _static
- api
- graphic_features
- graphics
- user_guide
- examples
- controllers
- events
- image_widget
- ipywidgets
- screenshots
- selection_tools
- tests
- text
- fastplotlib
- graphics
- features
- selectors
- layouts
- legends
- utils
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+3058
-472
lines changedLoading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
5 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
6 | 21 | | |
7 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments