File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 7171# This override of margins is determined by "sticky edges", a
7272# property of :class:`.Artist` class that can suppress adding margins to axis
7373# 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`.
7575# Artists have a property `.Artist.sticky_edges`, and the values of
7676# sticky edges can be changed by writing to ``Artist.sticky_edges.x`` or
7777# ``.Artist.sticky_edges.y``.
160160###############################################################################
161161# Working with collections
162162# ------------------------
163+ #
163164# Autoscale works out of the box for all lines, patches, and images added to
164165# the axes. One of the artists that it won't work with is a `.Collection`.
165166# 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