Skip to content

Commit 1e61b64

Browse files
committed
merge conflict
2 parents ac76f6a + 09db45d commit 1e61b64

File tree

129 files changed

+1681
-668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+1681
-668
lines changed

docs/source/api/graphics/Graphic.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
.. _api.Graphic:
2+
3+
Graphic
4+
*******
5+
6+
=======
7+
Graphic
8+
=======
9+
.. currentmodule:: fastplotlib
10+
11+
Constructor
12+
~~~~~~~~~~~
13+
.. autosummary::
14+
:toctree: Graphic_api
15+
16+
Graphic
17+
18+
Properties
19+
~~~~~~~~~~
20+
.. autosummary::
21+
:toctree: Graphic_api
22+
23+
Graphic.axes
24+
Graphic.block_events
25+
Graphic.deleted
26+
Graphic.event_handlers
27+
Graphic.name
28+
Graphic.offset
29+
Graphic.right_click_menu
30+
Graphic.rotation
31+
Graphic.supported_events
32+
Graphic.visible
33+
Graphic.world_object
34+
35+
Methods
36+
~~~~~~~
37+
.. autosummary::
38+
:toctree: Graphic_api
39+
40+
Graphic.add_axes
41+
Graphic.add_event_handler
42+
Graphic.clear_event_handlers
43+
Graphic.remove_event_handler
44+
Graphic.rotate
45+

docs/source/api/graphics/ImageGraphic.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,4 @@ Methods
5252
ImageGraphic.remove_event_handler
5353
ImageGraphic.reset_vmin_vmax
5454
ImageGraphic.rotate
55-
ImageGraphic.share_property
56-
ImageGraphic.unshare_property
5755

docs/source/api/graphics/LineCollection.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,4 @@ Methods
5757
LineCollection.remove_event_handler
5858
LineCollection.remove_graphic
5959
LineCollection.rotate
60-
LineCollection.share_property
61-
LineCollection.unshare_property
6260

docs/source/api/graphics/LineGraphic.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,4 @@ Methods
5050
LineGraphic.clear_event_handlers
5151
LineGraphic.remove_event_handler
5252
LineGraphic.rotate
53-
LineGraphic.share_property
54-
LineGraphic.unshare_property
5553

docs/source/api/graphics/LineStack.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,4 @@ Methods
5757
LineStack.remove_event_handler
5858
LineStack.remove_graphic
5959
LineStack.rotate
60-
LineStack.share_property
61-
LineStack.unshare_property
6260

docs/source/api/graphics/ScatterGraphic.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ Methods
4747
ScatterGraphic.clear_event_handlers
4848
ScatterGraphic.remove_event_handler
4949
ScatterGraphic.rotate
50-
ScatterGraphic.share_property
51-
ScatterGraphic.unshare_property
5250

docs/source/api/graphics/TextGraphic.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ Methods
4747
TextGraphic.clear_event_handlers
4848
TextGraphic.remove_event_handler
4949
TextGraphic.rotate
50-
TextGraphic.share_property
51-
TextGraphic.unshare_property
5250

docs/source/api/graphics/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Graphics
44
.. toctree::
55
:maxdepth: 1
66

7+
Graphic
78
LineGraphic
89
ScatterGraphic
910
ImageGraphic

docs/source/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ API Reference
99
graphics/index
1010
graphic_features/index
1111
selectors/index
12+
tools/index
1213
ui/index
1314
widgets/index
1415
fastplotlib

docs/source/api/layouts/figure.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Properties
2727
Figure.names
2828
Figure.renderer
2929
Figure.shape
30+
Figure.show_tooltips
31+
Figure.tooltip_manager
3032

3133
Methods
3234
~~~~~~~

0 commit comments

Comments
 (0)