Open raghav9-97 opened 5 years ago
Pendulum.jl uses Plots in line 83 without importing it which throws out an error on plotting annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]
annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]
The error it throws out: ERROR: UndefVarError: Plots not defined
ERROR: UndefVarError: Plots not defined
Ref: #37
Pendulum.jl uses Plots in line 83 without importing it which throws out an error on plotting
annotations := [(0, -0.2, Plots.text("a: $(env.a)", :top))]
The error it throws out:
ERROR: UndefVarError: Plots not defined