Plots.jl: Box and violin plots in PlotlyJS

Created on 9 Jul 2016  Â·  10Comments  Â·  Source: JuliaPlots/Plots.jl

Want to move away from Gadfly, so looking at Plots with PlotlyJS backend. Looks great, except for box and violin plots. From examples on juliaplots.github.io page I get this:
box_violin_plotlyjs

Juan.

Most helpful comment

Good news:

screen shot 2016-07-09 at 1 32 28 pm

All 10 comments

I think its a castle - maybe you accidentally used castleplot? ;)

Don't worry I know about this. It turns out drawing polygons in Plotly is
tricky. :/

On Saturday, July 9, 2016, Mikolaj Magnuski [email protected]
wrote:

I think its a castle - maybe you accidentally used castleplot? ;)

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tbreloff/Plots.jl/issues/385#issuecomment-231525794,
or mute the thread
https://github.com/notifications/unsubscribe/AA492r2A43HWEQfZAGsup2fOj52qywr-ks5qT2wMgaJpZM4JIlFr
.

Well, Plots is a brilliant package. Hope you can fix this soon. Box plots are bread and butter stuff in medicine. It would be great to have the functionality for PlotlyJS.

Thanks!

As a stop gap solution, you can use the pyplot() backend for boxplots. PyPlot backend is more mature than others at this moment.

@juanklopper I'd like to fix it soon, because I want to be able to draw graph nodes as polygons. So you're in luck that our interests are aligned ;)

Good news:

screen shot 2016-07-09 at 1 32 28 pm

Great work here @tbreloff!! Very exciting. Can you point me to a commit so I can see what it took?

https://github.com/tbreloff/Plots.jl/commit/5407fa73f8610f8dce5af701ca375be5eb233315

On Saturday, July 9, 2016, Spencer Lyon [email protected] wrote:

Great work here @tbreloff https://github.com/tbreloff!! Very exciting.
Can you point me to a commit so I can see what it took?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/tbreloff/Plots.jl/issues/385#issuecomment-231557048,
or mute the thread
https://github.com/notifications/unsubscribe/AA492hppI8sD_24HQknaiy7yKnMaHmlyks5qUBORgaJpZM4JIlFr
.

That is absolutely great @tbreloff . I am introducing Julia at Groote Schuur Hospital (University of Cape Town). It already plays a large part in my own unit. Plots.jl is a great addition to the landscape. Please keep going!

Thanks @diegozea . I do prefer the _interactive_ nature of Plotly, though. Makes for great visualization during boring PPT presentations.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dancsi picture dancsi  Â·  4Comments

crstnbr picture crstnbr  Â·  3Comments

lstagner picture lstagner  Â·  5Comments

kleinschmidt picture kleinschmidt  Â·  3Comments

Krastanov picture Krastanov  Â·  3Comments