8000 [Doc]: match 3D plot types with others (#26571) · matplotlib/matplotlib@704f0a0 · GitHub
[go: up one dir, main page]

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 704f0a0

Browse files
authored
[Doc]: match 3D plot types with others (#26571)
match 3D plot types with others
1 parent 03fa6ea commit 704f0a0

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

galleries/plot_types/3D/scatter3d_simple.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==============
3-
3D scatterplot
4-
==============
2+
===================
3+
scatter(xs, ys, zs)
4+
===================
55
66
See `~mpl_toolkits.mplot3d.axes3d.Axes3D.scatter`.
77
"""

galleries/plot_types/3D/surface3d_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=====================
3-
3D surface
3+
plot_surface(X, Y, Z)
44
=====================
55
66
See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface`.

galleries/plot_types/3D/trisurf3d_simple.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
======================
3-
Triangular 3D surfaces
4-
======================
2+
=====================
3+
plot_trisurf(x, y, z)
4+
=====================
55
66
See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf`.
77
"""

galleries/plot_types/3D/voxels_simple.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==========================
3-
3D voxel / volumetric plot
4-
==========================
2+
=========================
3+
voxels([x, y, z], filled)
4+
=========================
55
66
See `~mpl_toolkits.mplot3d.axes3d.Axes3D.voxels`.
77
"""

galleries/plot_types/3D/wire3d_simple.py

Lines changed: 3 additions & 3 deletions< 77F0 div class="d-flex">
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=================
3-
3D wireframe plot
4-
=================
2+
=======================
3+
plot_wireframe(X, Y, Z)
4+
=======================
55
66
See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_wireframe`.
77
"""

0 commit comments

Comments
 (0)
0