-
Notifications
You must be signed in to change notification settings - Fork 10
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
WARNING because Requires.jl in Julia 0.5 #3
Comments
Perhaps---it all seems to be not very pretty. I thought I not very happy with plotting in Julia. As a package developer, I don't want to have to choose which plotting package a user uses. I'd like an abstract interface---but hey, that is not trivial. I've tried several plotting packages, and I haven't found anything that gives me the quality that I am used to from R. |
Doesn't Plots.jl and its 'recipes' solve exactly this problem (https://juliaplots.github.io/)? I hope I am not misunderstanding anything. |
Ehm, yes, that look fancy. I hope it also support simple 2D graph plotting in a nice way. |
Looks nice enough to me: https://github.com/JuliaML/MLPlots.jl |
I'll keep this open as a separate issue for now. I would like to move to a uniform plotting interface because all the various plotting packages in Julia drive me nuts. |
I see this warning using Julia 0.5.0:
Can
@require
be replaced with something like this?Best,
The text was updated successfully, but these errors were encountered: