Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50c7f6d

Browse files
author
Jakub Klus
committed
Fix whitespaces.
1 parent 5cff720 commit 50c7f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/intermediate/autoscale.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
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``.
@@ -160,6 +160,7 @@
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

0 commit comments

Comments
 (0)