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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skill table incomplete when using savefig #243

Open
ecomodeller opened this issue Jul 5, 2023 · 2 comments
Open

Skill table incomplete when using savefig #243

ecomodeller opened this issue Jul 5, 2023 · 2 comments

Comments

@ecomodeller
Copy link
Member

ax = cmp.plot.scatter(skill_table=True)
fig = ax.get_figure()
fig.savefig('../docs/images/scatter_plot.png')

image
馃

@daniel-caichac-DHI
Copy link
Collaborator

I usually just do
import matplotlib.pyplot as plt
ax = cmp.plot.scatter(skill_table=True)
plt.savefig('../docs/images/scatter_plot.png')

and it works every time

@daniel-caichac-DHI
Copy link
Collaborator

Ok I have seen this issue in VSCode now, but same notebook does not have issue in a normal Jupyter-notebook / Jupyterlab.

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

No branches or pull requests

2 participants