Box plot with axes and labels

1,038 views
Skip to first unread message

amergin

unread,
Sep 20, 2012, 5:54:01 AM9/20/12
to d3...@googlegroups.com
Is there an example out there that would have a d3 Box plot with x/y axes and labels? I see there's only one example of how to implement box plot (http://mbostock.github.com/d3/ex/box.html). I also see there's an example of exactly what I would want that is implemented with Protovis (http://mbostock.github.com/protovis/ex/box-and-whisker.html). This is related to a question in Stack Overflow (http://stackoverflow.com/questions/12483802/box-plot-with-labels-and-axes-fitted-to-a-div-with-fixed-dimensions).

Rodolfo Caldeira

unread,
Jun 2, 2013, 6:21:45 AM6/2/13
to d3...@googlegroups.com
Hi,

Were you able to find any good reference for a D3 Boxplot with x/y axis?

Jens Grubert

unread,
Dec 12, 2013, 3:31:42 AM12/12/13
to d3...@googlegroups.com
Hi,

I adopted the original d3.js example to include axes:


Instead of using individual svg elements as in Mike's implementation, here all boxplots are rendered with in one root element. This makes it easy to add axes.

Best,
Reply all
Reply to author
Forward
0 new messages