8000 Merge pull request #25888 from anntzer/tcd · matplotlib/matplotlib@a4d10e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4d10e2

Browse files
authored
Merge pull request #25888 from anntzer/tcd
Fix incorrect doc references.
2 parents 81661df + d05d9bc commit a4d10e2

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