File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,6 @@ Interactive
43
43
Artist.set_picker
44
44
Artist.contains
45
45
46
- Margins and Autoscaling
47
- -----------------------
48
-
49
- .. autosummary ::
50
- :toctree: _as_gen
51
- :nosignatures:
52
-
53
- Artist.sticky_edges
54
-
55
46
Clipping
56
47
--------
57
48
@@ -172,13 +163,16 @@ Metadata
172
163
Artist.set_url
173
164
Artist.aname
174
165
175
- Stale
176
- -----
166
+ Miscellaneous
167
+ -------------
177
168
178
169
.. autosummary ::
179
170
:toctree: _as_gen
180
171
:nosignatures:
181
172
173
+ Artist.sticky_edges
174
+ Artist.set_in_layout
175
+ Artist.get_in_layout
182
176
Artist.stale
183
177
184
178
Functions
Original file line number Diff line number Diff line change @@ -962,16 +962,16 @@ def set_zorder(self, level):
962
962
@property
963
963
def sticky_edges (self ):
964
964
"""
965
- `x` and `y` sticky edge lists.
965
+ ``x`` and ``y`` sticky edge lists for autoscaling .
966
966
967
967
When performing autoscaling, if a data limit coincides with a value in
968
968
the corresponding sticky_edges list, then no margin will be added--the
969
969
view limit "sticks" to the edge. A typical usecase is histograms,
970
970
where one usually expects no margin on the bottom edge (0) of the
971
971
histogram.
972
972
973
- This attribute cannot be assigned to; however, the `x` and `y` lists
974
- can be modified in place as needed.
973
+ This attribute cannot be assigned to; however, the ``x`` and ``y``
974
+ lists can be modified in place as needed.
975
975
976
976
Examples
977
977
--------
You can’t perform that action at this time.
0 commit comments