Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using figure.suptitle puts another suptitle on top of any existing one. #1262

Closed
jseabold opened this issue Sep 16, 2012 · 1 comment
Closed

Comments

@jseabold
Copy link
Contributor

fig, axes = plt.subplots()
axes.plot(np.arange(5), np.arange(5))
fig.suptitle("Hello")
fig.suptitle("Title")
@dmcdougall
Copy link
Member

Fixed by #1663.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants