We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
savefig
ax = cmp.plot.scatter(skill_table=True) fig = ax.get_figure() fig.savefig('../docs/images/scatter_plot.png')
🤔
The text was updated successfully, but these errors were encountered:
I usually just do import matplotlib.pyplot as plt ax = cmp.plot.scatter(skill_table=True) plt.savefig('../docs/images/scatter_plot.png')
import matplotlib.pyplot as plt
ax = cmp.plot.scatter(skill_table=True)
plt.savefig('../docs/images/scatter_plot.png')
and it works every time
Sorry, something went wrong.
Ok I have seen this issue in VSCode now, but same notebook does not have issue in a normal Jupyter-notebook / Jupyterlab.
No branches or pull requests
🤔
The text was updated successfully, but these errors were encountered: