You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really like the feature that twinx and twiny can be applied to axs, which was not possible with matplotlib.
Would it be possible to add share and span options to twinx and twiny? Such as twinx(sharey=3, spany=True).
Currently, when we specified ylabel for twin axes, it will plot to all axes.
Description
Hi, I really like the feature that
twinx
andtwiny
can be applied toaxs
, which was not possible withmatplotlib
.Would it be possible to add
share
andspan
options totwinx
andtwiny
? Such astwinx(sharey=3, spany=True)
.Currently, when we specified
ylabel
for twin axes, it will plot to all axes.Steps to reproduce
Current behavior:
ylabels and ticks are shown in every plots.
Proplot version
0.6.4
The text was updated successfully, but these errors were encountered: