-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plots dependency #13
Comments
I would also vote for providing Recipes. |
I have a custom recipe in my not-yet public code that only relies on |
I noticed that in my example there was a hidden Edit. See #14 for the specific example. |
JuliaPlots/RecipesBase.jl#15 has been fixed. We should be able to get rid off Plots now. |
We should think about whether we want this package to explicity return
Plots.jl
'splot
-objects or to simply provide recipes that can be used byPlots.jl
. If we go for the latter we only needRecipesBase.jl
as a dependency - this would reduce load times significantly as the user only needs to loadPlots.jl
when they want to plot something. In addition this probably reduces the frequency of CompatHelper PRs due toPlots.jl
.The text was updated successfully, but these errors were encountered: