[Matplotlib-users] Violin and bean plots

2011-05-04 Thread Teemu Ikonen
where this kind of additional plot functions could be submitted? The violinplot function needs scipy, so it's maybe matplotlib itself is out of the question? Best, Teemu # Author: Teemu Ikonen # Based on code by Flavio Codeco Coelho, # http://pyinsci.blogspot.com/2009/09/violin-plot

[Matplotlib-users] Memory leak in pcolor?

2009-10-23 Thread Teemu Ikonen
Hi all, Typing this (on ipython prompt with the relevant libraries imported) x = linspace(0,1.0,500) y = linspace(0,1.0,500) xg,yg = meshgrid(x,y) c = rand(len(x), len(y)) pcolor(xg,yg,c) Makes the ipython process to grow to have about 400 Mb of resident memory and it takes ages for the plot to

Re: [Matplotlib-users] plotting lines with shaded / transparent region for standard deviation

2009-08-31 Thread Teemu Ikonen
John Hunter wrote: >On Wed, Aug 5, 2009 at 9:40 AM, per freem wrote: >> hi all, >> >> is there a way in matplotlib to plot lines with errorbars, e.g. using >> errorbar(...) but instead of lines just have shaded, partly transparent >> regions that represent the error bars? people often use this to s