Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 32a67d3 commit 86986e6Copy full SHA for 86986e6
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