diff --git a/examples/ticks/tick-locators.py b/examples/ticks/tick-locators.py index 1832f382529e..d4e03f2c21b6 100644 --- a/examples/ticks/tick-locators.py +++ b/examples/ticks/tick-locators.py @@ -73,3 +73,20 @@ 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.ticker.NullLocator` +# - `matplotlib.ticker.MultipleLocator` +# - `matplotlib.ticker.FixedLocator` +# - `matplotlib.ticker.LinearLocator` +# - `matplotlib.ticker.IndexLocator` +# - `matplotlib.ticker.AutoLocator` +# - `matplotlib.ticker.MaxNLocator` +# - `matplotlib.ticker.LogLocator`