Using cw.plot() outside Jupyter Notebook

Hi,

When I’m using Spyder for my ChipWhisperer analysis and call the plot function cw.plot(…) the “plot” shows up in the Console, and is all black. Is there a way to make cw.plot() not plot in the console, but what matplotlib.pyplot would do? (I really like the higher resolution of the cw.plot() function than what pyplot gives me, it looks much nicer)

Thanks!

I don’t think holoviews really works outside of jupyter. You might be stuck with matplotlib.

Alex