Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DocumentNTF(NTF1,osr=8) shows blank plots #66

Open
sumitkhalapure24 opened this issue Apr 12, 2019 · 2 comments
Open

DocumentNTF(NTF1,osr=8) shows blank plots #66

sumitkhalapure24 opened this issue Apr 12, 2019 · 2 comments

Comments

@sumitkhalapure24
Copy link

DocumentNTF(NTF1,osr=8) shows blank plots
Errors are:
plotPZ(ntf, 'b', 6, showlist=False) line 85, in plotPZ
hold_status = plt.ishold()
AttributeError: module 'pylab' has no attribute 'ishold'
Please suggest an alternative to get the plot in spyder windows

@lmsantana
Copy link

For me, it helped to suppress the line
hold_status = plt.ishold()
in every point of the source code they appear.

I am using spyder 3.3.3

@sumitkhalapure24
Copy link
Author

Thanks lmsantana. The newer version of spyder has removed ishold, therefore it worked in spyder 3.3.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants