Tom Breloff
Tom Breloff
In case this isn't flexible enough for you, it's pretty straightforward in Plots: ``` julia ys = map(f,linspace(2,16,8)) scatter(x, ys, layout=(2,4), smooth=true, link=:all, lc=:red) ```  Note: you probably want...
See corrplot in MLPlots/Plots: https://github.com/JuliaML/MLPlots.jl You can use Gadfly as a backend if you want. > On Mar 18, 2016, at 5:27 AM, Eugen Neu [email protected] wrote: > > Hi,...
I'm developing a plotting interface with Gadfly as the first guinea pig (not counting Qwt, which is my package). This issue is old, but I think still very relevant... take...
Hi @jackparmer thanks for the post. It seems as though you're not aware of some of the current efforts to access Plotly from Julia. ### @tbreloff Plots.jl lots of support......
Sorry @spencerlyon2 for not including you in the list. I actually didn't realize you made so much progress!
FYI there's some additional discussion happening here: https://github.com/tbreloff/Plots.jl/issues/81 @jackparmer In particular, I could really use some help/advice in generating PNGs automatically, as well as the right way to update plot...
Yes it doesn't quite make sense to me how you add a Plotly backend to Gadfly. The multiple backends are through Compose, which requires low level drawing primitives/commands. Adding a...
@Godisemo These seem to be contradictory? > I see no reason not to try to incorporate it into Gadfly > > For me, the interface alone is enough to stop...
Ah thanks for adding this section. It seems like you switched some of my notes among the categories, so yes they seem to overlap now. My thinking with the 3...
> Would package stability and release cycles be taken into account? Hmm... In my head this falls more into the "Active" category, but I suppose if it falls behind too...