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
The example has recently been updated in Cleanup new_fixed_axis examples. #16877. Therefore the latest released version above is is different from the master branch.
Bug report
The documentation is not in sync with the github page
I was following the tutorial at this link and I noticed that it is not in sync with its corresponding github page.
In fact, the line below is missing in the documentation while it's present on the github page:
par1.axis["right"].toggle(all=True)
Without it, one of the y axis is not visible
print(matplotlib.get_backend())
): TkAggThe text was updated successfully, but these errors were encountered: