How to make column scatter plots?

Are there any way to make column scatter plots with matplotlib. They are also
called beeswarm plot. plotSpread is implemented in matlab, which seems to do
the job, but I can't find it in matplotlib.

Thanks,
Chris

···

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/How-to-make-column-scatter-plots-tp40276.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

Are there any way to make column scatter plots with matplotlib. They are also
called beeswarm plot. plotSpread is implemented in matlab, which seems to do
the job, but I can't find it in matplotlib.

somewhat similar, with random jitter and violins

http://statsmodels.sourceforge.net/devel/generated/statsmodels.graphics.boxplots.beanplot.html
https://picasaweb.google.com/lh/photo/SF2eFYvMcgEknynXlSYEG9MTjNZETYmyPJy0liipFm0?feat=directlink

plotSpread looks like it might have a fancier point selection

Josef

···

On Mon, Jan 21, 2013 at 5:01 AM, cnorn <ch.norn@...287...> wrote:

Thanks,
Chris

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/How-to-make-column-scatter-plots-tp40276.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Are there any way to make column scatter plots with matplotlib. They are also
called beeswarm plot. plotSpread is implemented in matlab, which seems to do
the job, but I can't find it in matplotlib.

somewhat similar, with random jitter and violins

statsmodels.graphics.boxplots.beanplot - statsmodels 0.15.0 (+73)
https://picasaweb.google.com/lh/photo/SF2eFYvMcgEknynXlSYEG9MTjNZETYmyPJy0liipFm0?feat=directlink

turning off some colors (full set of options are available):

https://picasaweb.google.com/lh/photo/41edXo0ZeO6qUreNeUvJmdMTjNZETYmyPJy0liipFm0?feat=directlink

plotSpread looks like it might have a fancier point selection

If someone can come up with more regular "bees" like here

then it would make a nice enhancement.

Josef

···

On Mon, Jan 21, 2013 at 10:12 PM, <josef.pktd@...287...> wrote:

On Mon, Jan 21, 2013 at 5:01 AM, cnorn <ch.norn@...287...> wrote:

Josef

Thanks,
Chris

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/How-to-make-column-scatter-plots-tp40276.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options