-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add locator API links to tick-locators example #25177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
2aaaa14
b9ee17e
71fae50
342f1e2
89c9736
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -73,3 +73,23 @@ def setup(ax, title): | |||
|
||||
plt.tight_layout() | ||||
plt.show() | ||||
|
||||
# %% | ||||
# | ||||
# .. admonition:: References | ||||
# | ||||
# The following functions, methods, classes and modules are used in this example: | ||||
# | ||||
# - `matplotlib.axis.Axis.set_major_locator` | ||||
# - `matplotlib.axis.Axis.set_minor_locator` | ||||
# - `matplotlib.axis.XAxis.set_ticks_position` | ||||
# - `matplotlib.axis.YAxis.set_ticks_position` | ||||
# - `matplotlib.ticker.NullLocator` | ||||
# - `matplotlib.ticker.MultipleLocator` | ||||
# - `matplotlib.ticker.FixedLocator` | ||||
# - `matplotlib.ticker.LinearLocator` | ||||
# - `matplotlib.ticker.IndexLocator` | ||||
# - `matplotlib.ticker.AutoLocator` | ||||
# - `matplotlib.ticker.MaxNLocator` | ||||
# - `matplotlib.ticker.LogLocator` | ||||
# %% | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Pretty sure this line is causing the sphinx build to error A quick survey of other similar references section this closing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for pointing that out! I will remove the closing '%%' and test the build again. I appreciate your help. |
Uh oh!
There was an error while loading. Please reload this page.