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

error in AC and TRAN tutorial #69

Open
MicMV opened this issue May 3, 2019 · 0 comments
Open

error in AC and TRAN tutorial #69

MicMV opened this issue May 3, 2019 · 0 comments

Comments

@MicMV
Copy link

MicMV commented May 3, 2019

I found that when we want to plot the data through matplotlib, it is not necessary write the command:
pylab.hold(True)
both 'cause we receive the error message (AttributeError: module 'pylab' has no attribute 'hold) but also 'cause the command hold is set True by default.

Another error is from the last command line:
pylab.show()
The message show after I run the script is : UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.

I solve this problem in this way:

Butterworth Example circuit.txt

I am only at the begin, I accept criticism and advice.

Thank you for your work that permit me to study.

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

1 participant