8000 DOC: Add tags for 3D fill_between examples · matplotlib/matplotlib@3a42f4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a42f4f

Browse files
DOC: Add tags for 3D fill_between examples
1 parent 25a05f2 commit 3a42f4f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

galleries/examples/mplot3d/fillbetween3d.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@
2626
ax.fill_between(x1, y1, z1, x2, y2, z2, alpha=0.5, edgecolor='k')
2727

2828
plt.show()
29+
30+
# %%
31+
# .. tags::
32+
# plot-type: 3D,
33+
# plot-type: fill_between,
34+
# level: beginner

galleries/examples/mplot3d/fillunder3d.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232
xlabel='x', ylabel=r'$\lambda$', zlabel='probability')
3333

3434
plt.show()
35+
36+
# %%
37+
# .. tags::
38+
# plot-type: 3D,
39+
# plot-type: fill_between,
40+
# level: beginner

0 commit comments

Comments
 (0)
0