[julia-users] Re: Does Julia support plotting?

2014-02-05 Thread Steven G. Johnson
On Tuesday, February 4, 2014 8:21:48 PM UTC-5, Steven Siew wrote: I think that it should be made absolutely clear to newbies (to Julia) that plotting is NOT working by default. Right on the download page (http://julialang.org/downloads/), there is a section Graphics in Julia that says

[julia-users] Re: Does Julia support plotting?

2014-02-05 Thread Tobias Knopp
May be an implicit conclusion: Has similarities with Matlab then it has to work all out of the box ;-) Am Mittwoch, 5. Februar 2014 17:26:39 UTC+1 schrieb Steven G. Johnson: On Tuesday, February 4, 2014 8:21:48 PM UTC-5, Steven Siew wrote: I think that it should be made absolutely clear to

[julia-users] Re: Does Julia support plotting?

2014-02-04 Thread Felix
As always when choosing a library to use; check the number of stars, forks, last update, number of issues open to close and good documentation; so try them all, it will help you make the right choice

[julia-users] Re: Does Julia support plotting?

2014-02-04 Thread RecentConvert
There is also PyPlot https://github.com/stevengj/PyPlot.jl. If you're already accustomed to Python's Matplotlibhttp://matplotlib.org/gallery.htmllibrary then this one might be for you. There is some translation from Python examples of course but I've done some work creating Julia

Re: [julia-users] Re: Does Julia support plotting?

2014-02-03 Thread G. Patrick Mauroy
I just started learning about ggplot grammar. I was reluctant at first but now I understand the basics, it makes sense, I find it well design: one can do simple and complex graphics in the same consistent way. This is the ggplot tutorial http://www.cookbook-r.com/Graphs/ I have used. I find