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

Appearance settings

Commit d05d9bc

Browse filesBrowse files
committed
Fix incorrect doc references.
The examples have been renamed (removing the _demo suffix).
1 parent 81661df commit d05d9bc
Copy full SHA for d05d9bc

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎galleries/examples/mplot3d/tricontour3d.py

Copy file name to clipboardExpand all lines: galleries/examples/mplot3d/tricontour3d.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Contour plots of unstructured triangular grids.
77
8-
The data used is the same as in the second plot of trisurf3d_demo2.
9-
tricontourf3d_demo shows the filled version of this example.
8+
The data used is the same as in the second plot of :doc:`trisurf3d_2`.
9+
:doc:`tricontourf3d` shows the filled version of this example.
1010
"""
1111

1212
import matplotlib.pyplot as plt

‎galleries/examples/mplot3d/tricontourf3d.py

Copy file name to clipboardExpand all lines: galleries/examples/mplot3d/tricontourf3d.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Filled contour plots of unstructured triangular grids.
77
8-
The data used is the same as in the second plot of trisurf3d_demo2.
9-
tricontour3d_demo shows the unfilled version of this example.
8+
The data used is the same as in the second plot of :doc:`trisurf3d_2`.
9+
:doc:`tricontour3d` shows the unfilled version of this example.
1010
"""
1111

1212
import matplotlib.pyplot as plt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.