Skip to content
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

Open
diegozea opened this issue Jan 11, 2017 · 5 comments
Open

WARNING because Requires.jl in Julia 0.5 #3

diegozea opened this issue Jan 11, 2017 · 5 comments

Comments

@diegozea
Copy link

I see this warning using Julia 0.5.0:

julia> using ROCAnalysis
WARNING: Method definition require(Symbol) in module Base at loading.jl:345 overwritten in module Main at /home/dzea/.julia/v0.5/Requires/src/require.jl:12.

Can @require be replaced with something like this?

Best,

@davidavdav
Copy link
Owner

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.

@ValdarT
Copy link

ValdarT commented Mar 26, 2017

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.

@davidavdav
Copy link
Owner

Ehm, yes, that look fancy. I hope it also support simple 2D graph plotting in a nice way.

@ValdarT
Copy link

ValdarT commented Dec 16, 2017

Looks nice enough to me: https://github.com/JuliaML/MLPlots.jl

@davidavdav
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants