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

Skip to content

Commit 7eefff0

Browse files
committed
DOC: small changes
1 parent 4b63036 commit 7eefff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/dflt_style_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ Auto limits
837837
The previous auto-scaling behavior was to find 'nice' round numbers
838838
that enclosed the data limits, however this could produce
839839
pathologically bad plots if the data happened to fall on a vertical or
840-
horizontal line near a 'round number'. The new default is set the
840+
horizontal line near a 'round number'. The new default sets the
841841
view limits to 5% wider than the data range
842842

843843
.. plot::
@@ -863,7 +863,7 @@ view limits to 5% wider than the data range
863863
demo(fig, {}, 'v2.0', 2)
864864

865865
The size of the padding in the x and y directions is controlled by the
866-
``'axes.xmargin'`` and ``'axes.ymargin'`` rcParams respectively. If
866+
``'axes.xmargin'`` and ``'axes.ymargin'`` rcParams respectively. Whether
867867
the view limits should be 'round numbers' is controlled by the
868868
``'axes.autolimit_mode'`` rcParam. The default value, ``'data'``,
869869
does not guaranteed that tick at the end of the view where as

0 commit comments

Comments
 (0)