10000 Typo fix in Ticker API · matplotlib/matplotlib@9cc124a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cc124a

Browse files
committed
Typo fix in Ticker API
1 parent 93879f8 commit 9cc124a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/devel/MEP/MEP24.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ but this seems more generally useful (for example growth rate as a
3131
function of angle). The assumption in the current code (as I
3232
understand it) is that the center of the graph is `r==0`, however it
3333
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).
3535

3636
Implementation
3737
==============

lib/matplotlib/ticker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
-----------------
1313
1414
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.
1717
For example::
1818
1919
ax.plot(np.arange(2000, 2010), range(10))

0 commit comments

Comments
 (0)
0