8000 Merge pull request #11871 from adamjstewart/docs/ticker-api · matplotlib/matplotlib@26bfd39 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 26bfd39

Browse files
authored
Merge pull request #11871 from adamjstewart/docs/ticker-api
Typo fix in Ticker API
2 parents 93879f8 + 9cc124a commit 26bfd39

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