File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
galleries/examples/mplot3d Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
Contour plots of unstructured triangular grids.
7
7
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.
10
10
"""
11
11
12
12
import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 5
5
6
6
Filled contour plots of unstructured triangular grids.
7
7
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.
10
10
"""
11
11
12
12
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments