Skip to content

Commit 9577fb2

Browse files
kakun45story645
authored andcommitted
tags for multivariate_marker_plot, geo_demo, and subplots_demo
1 parent 9b8a8c7 commit 9577fb2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

galleries/examples/lines_bars_and_markers/multivariate_marker_plot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@
4545
ax.set_ylabel("Y position [m]")
4646

4747
plt.show()
48+
49+
# %%
50+
# .. tags:: styling: marker, purpose: fun

galleries/examples/subplots_axes_and_figures/geo_demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@
4040
plt.grid(True)
4141

4242
plt.show()
43+
44+
## %%
45+
# .. tags:: component: projection, domain: cartography,

galleries/examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,6 @@
209209
ax2.plot(x, y ** 2)
210210

211211
plt.show()
212+
213+
# %%
214+
# .. tags:: component: axes, component: axis, component: subplot, plot-type: polar

0 commit comments

Comments
 (0)