File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ Auto limits
837837The previous auto-scaling behavior was to find 'nice' round numbers
838838that enclosed the data limits, however this could produce
839839pathologically 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
841841view 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
865865The 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
867867the view limits should be 'round numbers' is controlled by the
868868``'axes.autolimit_mode' `` rcParam. The default value, ``'data' ``,
869869does not guaranteed that tick at the end of the view where as
You can’t perform that action at this time.
0 commit comments