-
Notifications
You must be signed in to change notification settings - Fork 72
"Media not defined" #323
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
Comments
This seems to have been reported several times in the past in other locations |
I think this is because of Plots.jl's somewhat unorthodox Juno.jl integration -- I've been meaning to create a PR that is more in line with our API, but haven't gotten around to it yet. |
It's Plots.jl's |
Thanks a lot @ChrisRackauckas ! @pfitzseb I guess I should close this then? |
Yeah. |
Uh oh!
There was an error while loading. Please reload this page.
If I run (Cmd-shift-enter) the StatPlots.jl or PlotRecipes.jl module in Juno, it fails with the message "Media not defined". I can usually get it to work with
using Media
and rerunning the module in StatPlots, but PlotRecipes (that imports and reexports StatPlots) continue in an unstable state and so I cannot use Juno to edit either of these packages. Everything works great from the REPL.Probably related to / identical to JuliaPlots/GraphRecipes.jl#16
The text was updated successfully, but these errors were encountered: