modelskill icon indicating copy to clipboard operation
modelskill copied to clipboard

Skill table incomplete when using `savefig`

Open ecomodeller opened this issue 2 years ago • 2 comments

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

image 🤔

ecomodeller avatar Jul 05 '23 14:07 ecomodeller

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 avatar Dec 01 '23 13:12 daniel-caichac-DHI

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

daniel-caichac-DHI avatar Dec 22 '23 11:12 daniel-caichac-DHI