Skip to content

Navigation Menu

Sign in
Appearance settings

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

Appearance settings

Commit 26bfd39

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎doc/devel/MEP/MEP24.rst

Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP24.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/ticker.py
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.