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 55
66Contour 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
1212import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 55
66Filled 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
1212import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments