We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plots
If you load a package that implements plot recipes, and call one of its plot functions without loading Plots.jl, the error is unhelpful:
The error should tell me to install Plots.jl and load it with using Plots.
using Plots
The text was updated successfully, but these errors were encountered:
Currently I don't see an easy way of doing this. If we add a fallback method here, we override the fallback method of Plots.
Sorry, something went wrong.
Plots.jl
now that I read it again, GraphRecipes could warn at using time
No branches or pull requests
If you load a package that implements plot recipes, and call one of its plot functions without loading Plots.jl, the error is unhelpful:
The error should tell me to install Plots.jl and load it with
using Plots
.The text was updated successfully, but these errors were encountered: