Skip to content

stepplot not working #75

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

Closed
phelipe opened this issue Jul 17, 2016 · 2 comments
Closed

stepplot not working #75

phelipe opened this issue Jul 17, 2016 · 2 comments

Comments

@phelipe
Copy link

phelipe commented Jul 17, 2016

Is step plot working ?

LoadError: UndefVarError: subplot not defined
while loading In[6], in expression starting on line 10

in stepplot at /home/phelipe/.julia/v0.4/ControlSystems/src/plotting.jl:81
in stepplot at /home/phelipe/.julia/v0.4/ControlSystems/src/plotting.jl:103

@mfalt
Copy link
Member

mfalt commented Jul 18, 2016

Which version of ControlSystems are you using?

We had a problem when the syntax for subplots where changed in Plots.jl which caused the problem you describe, and fixed it in version 0.1.4. It has however not been accepted in the official package list because we have to change a feature in our tests. You can get the working version by running `Pkg.checkout("ControlSystems")

I opened a separate issue for this, with some explanation, here: #76

@phelipe
Copy link
Author

phelipe commented Jul 19, 2016

I was using Pkg.update() to upgrade the packages but only Pkg.checkout("ControlSystems") solved the problem to Pyplot backend. Using Gadfly I get an warning:

"WARNING: Backend gadfly has been deprecated. It may not work as originally intended.".

Anyway the problem was solved.
Thank you!

@phelipe phelipe closed this as completed Jul 19, 2016
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