joel-e-m-mitchell
Results
1
issues of
joel-e-m-mitchell
Hi, thank you for your tutorial, it's been really helpful! In the [Moving Spines](https://github.com/rougier/matplotlib-tutorial#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...