Hi,
I’m trying to save the figure obtained from spectrum.plot but I haven’t been able to do so. I tried using fig = spectrum.plot() and then fig.savefig() and it didn’t worked.
How can I save this type of figure?
Thanks
Hi,
I’m trying to save the figure obtained from spectrum.plot but I haven’t been able to do so. I tried using fig = spectrum.plot() and then fig.savefig() and it didn’t worked.
How can I save this type of figure?
Thanks
Hi,
Maybe you can find a hint in this thread (and other threads in the forum as well). You may need to name the figure, close it, and also maybe use spectrum.plot(show=False)
.
Cheers,