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

Skip to content

Commit d05d9bc

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

galleries/examples/mplot3d/tricontour3d.py

Lines 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

Lines 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)