You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: