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
plot calls set_title by default. Not replacing the existing title is matplotlib's default behaviour. (see below). I would just call ax.set_title('') before setting your final title.
This works as expected
This doesn't
With non-default loc, the old title still shows
The text was updated successfully, but these errors were encountered: