[julia-users] Re: [ANN] Plots.jl, a plotting interface

2015-09-13 Thread David van Leeuwen
Hello, On Thursday, September 10, 2015 at 10:26:35 PM UTC+2, Tom Breloff wrote: > > This may be a slightly premature announcement, but I wanted to put it out > there so that people that have strong opinions have a chance to give their > thoughts. Here's the link: > > https://github.com/tbrelof

[julia-users] Re: [ANN] Plots.jl, a plotting interface

2015-09-14 Thread Daniel Carrera
Hi Tom, This is am ambitious idea. I wish you the best of luck. How do you plan to deal with incompatibilities between plotting backends? Every backend is different. Gadfly cannot do 3D plots, and Gnuplot is missing some plotting symbols that other libraries have. For reference, I use PyPlot.

Re: [julia-users] Re: [ANN] Plots.jl, a plotting interface

2015-09-13 Thread Tom Breloff
PyPlot is now mostly supported on the master branch of Plots.jl. See the readme/examples. Comments/issues welcome. On Sun, Sep 13, 2015 at 4:17 PM, David van Leeuwen < david.vanleeu...@gmail.com> wrote: > Hello, > > On Thursday, September 10, 2015 at 10:26:35 PM UTC+2, Tom Breloff wrote: >> >>