Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86986e6

Browse files
committed
Remove executable bit from example.
(and update rst markup)
1 parent 32a67d3 commit 86986e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/api/axes_margins.py

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Zooming in and out using Axes.margins
44
=====================================
55
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.
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`.
88
"""
9+
910
import numpy as np
1011
import matplotlib.pyplot as plt
1112

0 commit comments

Comments
 (0)