File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ Interactive
44
44
Artist.set_picker
45
45
Artist.contains
46
46
47
-
48
47
Margins and Autoscaling
49
48
-----------------------
50
49
@@ -80,7 +79,6 @@ Bulk Properties
80
79
Artist.properties
81
80
Artist.set
82
81
83
-
84
82
Drawing
85
83
-------
86
84
@@ -114,8 +112,6 @@ Drawing
114
112
Artist.get_path_effects
115
113
Artist.get_transformed_clip_path_and_affine
116
114
117
-
118
-
119
115
Figure and Axes
120
116
---------------
121
117
@@ -129,7 +125,6 @@ Figure and Axes
129
125
130
126
Artist.set_figure
131
127
Artist.get_figure
132
- Artist.is_figure_set
133
128
134
129
Children
135
130
--------
@@ -141,7 +136,6 @@ Children
141
136
Artist.get_children
142
137
Artist.findobj
143
138
144
-
145
139
Transform
146
140
---------
147
141
@@ -153,8 +147,6 @@ Transform
153
147
Artist.get_transform
154
148
Artist.is_transform_set
155
149
156
-
157
-
158
150
Units
159
151
-----
160
152
Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ Artist Methods
619
619
:template: autosummary.rst
620
620
:nosignatures:
621
621
622
- Axes.is_figure_set
623
622
Axes.remove
624
623
Axes.is_transform_set
625
624
Original file line number Diff line number Diff line change @@ -503,7 +503,6 @@ Ticks
503
503
Tick.get_zorder
504
504
Tick.have_units
505
505
Tick.hitlist
506
- Tick.is_figure_set
507
506
Tick.is_transform_set
508
507
Tick.mouseover
509
508
Tick.pchanged
@@ -571,7 +570,6 @@ Ticks
571
570
XTick.get_zorder
572
571
XTick.have_units
573
572
XTick.hitlist
574
- XTick.is_figure_set
575
573
XTick.is_transform_set
576
574
XTick.mouseover
577
575
XTick.pchanged
@@ -639,7 +637,6 @@ Ticks
639
637
YTick.get_zorder
640
638
YTick.have_units
641
639
YTick.hitlist
642
- YTick.is_figure_set
643
640
YTick.is_transform_set
644
641
YTick.mouseover
645
642
YTick.pchanged
717
714
Axis.get_zorder
718
715
Axis.have_units
719
716
Axis.hitlist
720
- Axis.is_figure_set
721
717
Axis.is_transform_set
722
718
Axis.mouseover
723
719
Axis.pchanged
785
781
XAxis.get_zorder
786
782
XAxis.have_units
787
783
XAxis.hitlist
788
- XAxis.is_figure_set
789
784
XAxis.is_transform_set
790
785
XAxis.mouseover
791
786
XAxis.pchanged
853
848
YAxis.get_zorder
854
849
YAxis.have_units
855
850
YAxis.hitlist
856
- YAxis.is_figure_set
857
851
YAxis.is_transform_set
858
852
YAxis.mouseover
859
853
YAxis.pchanged
Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ def get_picker(self):
458
458
'Return the picker object used by this artist'
459
459
return self ._picker
460
460
461
+ @cbook .deprecated ("2.2" , "artist.figure is not None" )
461
462
def is_figure_set (self ):
462
463
"""
463
464
Returns True if the artist is assigned to a
You can’t perform that action at this time.
0 commit comments