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
31
31
function of angle). The assumption in the current code (as I
32
32
understand it) is that the center of the graph is `r==0 `, however it
33
33
would 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).
35
35
36
36
Implementation
37
37
==============
Original file line number Diff line number Diff line change 12
12
-----------------
13
13
14
14
The 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.
17
17
For example::
18
18
19
19
ax.plot(np.arange(2000, 2010), range(10))
You can’t perform that action at this time.
0 commit comments