Open diegozea opened 7 years ago
Perhaps---it all seems to be not very pretty. I thought require()
was solving an issue for me here, but it seems it doesn't anymore. Is this a bug of Requires
?
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.
As a package developer, I don't want to have to choose which plotting package a user uses. I'd like an abstract interface
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,