andrenarchy / pseudopy

PseudoPy computes and visualizes the pseudospectrum of a matrix
MIT License
24 stars 5 forks source link

AttributeError: 'NoneType' object has no attribute 'get_view_interval' #11

Open wangy8989 opened 1 year ago

wangy8989 commented 1 year ago

When I run demo.grcar_demo(), I got this error, even it is able to calculate and plot. Could anyone help with this? Thanks!

silvioba commented 1 year ago

I had the same issue. I suggest changing line 62 of utils.py to pyplot.clabel(contours) This fixes the problem for me