Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1f20eda

Browse files
tacaswellQuLogic
authored andcommitted
Merge pull request#7108 from hamogu/patch-3
DOC: Typos in ticker.pyConflicts:lib/matplotlib/ticker.py
1 parent1e437d3 commit1f20eda

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

‎lib/matplotlib/ticker.py

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
locating and formatting. Although the locators know nothing about major
77
or minor ticks, they are used by the Axis class to support major and
88
minor tick locating and formatting. Generic tick locators and
9-
formatters are provided, as well as domain specific custom ones..
9+
formatters are provided, as well as domain specific custom ones.
1010
1111
1212
Default Formatter
@@ -80,6 +80,9 @@
8080
tick interval into a specified number of minor intervals,
8181
defaulting to 4 or 5 depending on the major interval.
8282
83+
:class:`LogitLocator`
84+
Locator for logit scaling.
85+
8386
8487
There are a number of locators specialized for date locations - see
8588
the dates module
@@ -132,8 +135,18 @@
132135
:class:`LogFormatter`
133136
Formatter for log axes
134137
135-
:class:`EngFormatter`
136-
Format labels in engineering notation
138+
:class:`LogFormatterExponent`
139+
Format values for log axis using ``exponent = log_base(value)``.
140+
141+
:class:`LogFormatterMathtext`
142+
Format values for log axis using ``exponent = log_base(value)``
143+
using Math text.
144+
145+
:class:`LogFormatterSciNotation`
146+
Format values for log axis using scientific notation.
147+
148+
:class:`LogitFormatter`
149+
Probability formatter.
137150
138151
139152
You can derive your own formatter from the Formatter base class by

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp