File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ but this seems more generally useful (for example growth rate as a
3131function of angle). The assumption in the current code (as I
3232understand it) is that the center of the graph is `r==0 `, however it
3333would be good to be able to set the center to be at any `r ` (with any
34- value less than the off set clipped).
34+ value less than the offset clipped).
3535
3636Implementation
3737==============
Original file line number Diff line number Diff line change 1212-----------------
1313
1414The default formatter identifies when the x-data being plotted is a
15- small range on top of a large off set . To reduce the chances that the
16- ticklabels overlap the ticks are labeled as deltas from a fixed offset.
15+ small range on top of a large offset . To reduce the chances that the
16+ ticklabels overlap, the ticks are labeled as deltas from a fixed offset.
1717For example::
1818
1919 ax.plot(np.arange(2000, 2010), range(10))
You can’t perform that action at this time.
0 commit comments