8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c51676 + 86986e6 commit 3c1f423Copy full SHA for 3c1f423
examples/api/axes_margins.py
100755
100644
@@ -3,9 +3,10 @@
3
Zooming in and out using Axes.margins
4
=====================================
5
6
-This example shows how to zoom in and out of a plot using Axes.margins
7
-instead of Axes.set_xlim and Axes.set_ylim.
+This example shows how to zoom in and out of a plot using `~.Axes.margins`
+instead of `~.Axes.set_xlim` and `~.Axes.set_ylim`.
8
"""
9
+
10
import numpy as np
11
import matplotlib.pyplot as plt
12
0 commit comments