File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,6 @@ Interactive
4343 Artist.set_picker
4444 Artist.contains
4545
46- Margins and Autoscaling
47- -----------------------
48-
49- .. autosummary ::
50- :toctree: _as_gen
51- :nosignatures:
52-
53- Artist.sticky_edges
54-
5546Clipping
5647--------
5748
@@ -172,13 +163,16 @@ Metadata
172163 Artist.set_url
173164 Artist.aname
174165
175- Stale
176- -----
166+ Miscellaneous
167+ -------------
177168
178169.. autosummary ::
179170 :toctree: _as_gen
180171 :nosignatures:
181172
173+ Artist.sticky_edges
174+ Artist.set_in_layout
175+ Artist.get_in_layout
182176 Artist.stale
183177
184178Functions
Original file line number Diff line number Diff line change @@ -962,16 +962,16 @@ def set_zorder(self, level):
962962 @property
963963 def sticky_edges (self ):
964964 """
965- `x` and `y` sticky edge lists.
965+ ``x`` and ``y`` sticky edge lists for autoscaling .
966966
967967 When performing autoscaling, if a data limit coincides with a value in
968968 the corresponding sticky_edges list, then no margin will be added--the
969969 view limit "sticks" to the edge. A typical usecase is histograms,
970970 where one usually expects no margin on the bottom edge (0) of the
971971 histogram.
972972
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.
975975
976976 Examples
977977 --------
You can’t perform that action at this time.
0 commit comments