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, thank you for your tutorial, it's been really helpful!
In the Moving Spines section, you've used ax.spines['right'].set_color('none') to hide the axis.
I wonder if ax.spines['right'].set_visible(False) would be a more elegant solution?
The text was updated successfully, but these errors were encountered:
Hi, thank you for your tutorial, it's been really helpful!
In the Moving Spines section, you've used
ax.spines['right'].set_color('none')
to hide the axis.I wonder if
ax.spines['right'].set_visible(False)
would be a more elegant solution?The text was updated successfully, but these errors were encountered: