Re: [matplotlib-devel] is R wrong? (boxplot)

2014-02-19 Thread Matt Sundquist
Hey all, I thought I'd throw out that a tool I'm working on, Plotly , also does box plots with the option to show jittered points. Instead of passing in stats you pass in an array of values. Here is a notebook with the box plots with jitter: nbviewer.ipython.org/gist/fperez/893030

Re: [matplotlib-devel] Add labels to points to aid data exploration

2014-03-02 Thread Matt Sundquist
Hey Raphael, Jake Vanderplas has been working on mpld3 , which lets you create D3 renderings of matplotlib graphs. We (Plotly) are working with him on a matplotlib exporterthat lets you make interactive, online, labels