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

Sign up
Appearance settings

Commit eb812a8

Browse files
authored
Merge pull request matplotlib#28986 from scottshambaugh/fill_between_tags
DOC: Add tags for 3D fill_between examples
2 parents 940b897 + 3a42f4f commit eb812a8

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)

AltStyle によって変換されたページ (->オリジナル) /