Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69c8e6b

Browse files
fixing broken links
1 parent 4180a6e commit 69c8e6b

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

‎examples/animation/moviewriter_sgskip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- noplot -*-
22
"""
3+
.. _animation-moviewriter:
4+
35
===========
46
MovieWriter
57
===========

‎examples/api/agg_oo_sgskip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- noplot -*-
22
"""
3+
.. _api-agg_oo:
4+
35
=============================
46
The object-oriented interface
57
=============================

‎examples/misc/image_thumbnail_sgskip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- noplot -*-
22
"""
3+
.. _misc-image_thumbnail:
4+
35
===============
46
Image Thumbnail
57
===============

‎examples/pylab_examples/ginput_manual_clabel_sgskip.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def tellme(s):
3232

3333
##################################################
3434
# Define a triangle by clicking three points
35-
##################################################
35+
3636
plt.clf()
3737
plt.axis([-1., 1., -1., 1.])
3838
plt.setp(plt.gca(), autoscale_on=False)
@@ -65,8 +65,6 @@ def tellme(s):
6565
##################################################
6666
# Now contour according to distance from triangle
6767
# corners - just an example
68-
##################################################
69-
7068

7169
# Define a nice function of distance from individual pts
7270
def f(x, y, pts):
@@ -85,7 +83,7 @@ def f(x, y, pts):
8583

8684
##################################################
8785
# Now do a zoom
88-
##################################################
86+
8987
tellme('Now do a nested zoom, click to begin')
9088
plt.waitforbuttonpress()
9189

‎examples/pylab_examples/markevery_demo.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
==============
55
66
This example demonstrates the various options for showing a marker at a
7-
subset of data points using the `markevery` property of a Line2D object.
7+
subset of data points using the ``markevery`` property of a Line2D object.
88
9-
Integer arguments are fairly intuitive. e.g. `markevery`=5 will plot every
9+
Integer arguments are fairly intuitive. e.g. ``markevery=5`` will plot every
1010
5th marker starting from the first data point.
1111
1212
Float arguments allow markers to be spaced at approximately equal distances
1313
along the line. The theoretical distance along the line between markers is
1414
determined by multiplying the display-coordinate distance of the axes
15-
bounding-box diagonal by the value of `markevery`. The data points closest
15+
bounding-box diagonal by the value of ``markevery``. The data points closest
1616
to the theoretical distances will be shown.
1717
18-
A slice or list/array can also be used with `markevery` to specify the markers
19-
to show.
18+
A slice or list/array can also be used with ``markevery`` to specify the
19+
markers to show.
2020
2121
"""
2222

‎examples/pylab_examples/tricontour_smooth_delaunay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
a matplotlib.tri.TriAnalyzer is used to improve the plot quality.
88
99
The initial data points and triangular grid for this demo are:
10+
1011
- a set of random points is instantiated, inside [-1, 1] x [-1, 1] square
1112
- A Delaunay triangulation of these points is then computed, of which a
1213
random subset of triangles is masked out by the user (based on

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /