Plt.savefig is possible in vapor_python?

I could load vc3 script successfully after correcting some of the direction names.

But, cannot be done with saving images. T_T
I found that I need to downgrade for the GLSL 4.10 to under 3.10.
therefore, I am trying to use other ways to save the figures while the GLSL downgraded.

The rendered image can be saved by “plt.savefig”?
There was just no image when I use "plt.savefig(“test.png”).

Thanks

Could you copy/paste the script you’re using, and any errors or warnings that might be coming up? I would recommend using an absolute path for the image file name.

1 Like

Thanks, I will follow your advice. I think there is some dependency errors.