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 a4d10e2

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

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.