Skip to content

Commit 9c4c894

Browse files
committed
DOC: Move multiple yaxis example from Spines to Subplots, axes and figures
The primary aspect here is the multiple Axis feature. Therefore it should live next to the other `twinx()` examples. The spine aspect is only a technical detail need to move the third y-axis. A user would not look for this in the Spines section.
1 parent 4f39016 commit 9c4c894

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

galleries/examples/subplots_axes_and_figures/multiple_yaxis_with_spines.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@
4646
ax.legend(handles=[p1, p2, p3])
4747

4848
plt.show()
49+
50+
# %%
51+
# .. tags:: component: spines

0 commit comments

Comments
 (0)