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
When choosing remove_text=True I would have assumed that the text for axis labels was removed along with the axis ticks and any titles. But it doesn't seem to do that.
The code uses remove_ticks_and_titles from matplotlib and that does not appear to remove the axis labels (See matplotlib documentation).
I'd propose updating the remove_text conditional as follows:
When choosing
remove_text=True
I would have assumed that the text for axis labels was removed along with the axis ticks and any titles. But it doesn't seem to do that.The code uses
remove_ticks_and_titles
from matplotlib and that does not appear to remove the axis labels (See matplotlib documentation).I'd propose updating the
remove_text
conditional as follows:If this seems reasonable, I can submit a PR.
The text was updated successfully, but these errors were encountered: