File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 71
71
# This override of margins is determined by "sticky edges", a
72
72
# property of :class:`.Artist` class that can suppress adding margins to axis
73
73
# limits. The effect of sticky edges can be disabled on an Axes by changing
74
- # `~matplotlib.axes.Axes.use_sticky_edges`.
74
+ # `~matplotlib.axes.Axes.use_sticky_edges`.
75
75
# Artists have a property `.Artist.sticky_edges`, and the values of
76
76
# sticky edges can be changed by writing to ``Artist.sticky_edges.x`` or
77
77
# ``.Artist.sticky_edges.y``.
160
160
###############################################################################
161
161
# Working with collections
162
162
# ------------------------
163
+ #
163
164
# Autoscale works out of the box for all lines, patches, and images added to
164
165
# the axes. One of the artists that it won't work with is a `.Collection`.
165
166
# After adding a collection to the axes, one has to manually trigger the
You can’t perform that action at this time.
0 commit comments