[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 . If you're already accustomed to Python's Matplotliblibrary then this one might be for you. There is some translation from Python examples of course but I've done some work creating Julia examples<

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

2014-02-04 Thread Steven Siew
I think that it should be made absolutely clear to newbies (to Julia) that plotting is NOT working by default. By that, I mean the tutorials and the manuals to Julia should make it absolutely clear that plotting REQUIRES the programmer to determine which library they wishes to use to perform t

[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 sa

[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 c

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 I have used. I find