Re: [Matplotlib-users] How to make column scatter plots?

2013-01-21 Thread josef . pktd
On Mon, Jan 21, 2013 at 10:12 PM, wrote: > On Mon, Jan 21, 2013 at 5:01 AM, cnorn wrote: >> 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.

Re: [Matplotlib-users] How to make column scatter plots?

2013-01-21 Thread josef . pktd
On Mon, Jan 21, 2013 at 5:01 AM, cnorn wrote: > 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 viol

[Matplotlib-users] plotting 3d function

2013-01-21 Thread Pau
Hi, I am somehow new to matplotlib and I am trying to plot this function of x ,y ,z F(x,y,z)= 38244.74787*Pi*(x^2+y^2+z^2)^.125+1615.975261*Pi*z^2/(x^2+y^2+z^2)^.875-1292.780210*Pi*z^2/((x^2+y^2+z^2)^.875*(1+y^2/x^2))+1292.78*Pi*(x^2+y^2+z^2)^.125/(1+y^2/x^2) in a similar way as http://matplot

Re: [Matplotlib-users] [matplotlib-devel] Matplotlib in daily life

2013-01-21 Thread Damon McDougall
On Mon, Jan 21, 2013 at 11:44 AM, Ryan May wrote: > Hi, > > Just ran across this article that shows a familiar looking graph. Just > another encounter of matplotlib in daily life. > > http://www.wired.com/wiredenterprise/2013/01/google-password/2/ Here's another one, too: http://www.wired.com/wir

[Matplotlib-users] Matplotlib in daily life

2013-01-21 Thread Ryan May
Hi, Just ran across this article that shows a familiar looking graph. Just another encounter of matplotlib in daily life. http://www.wired.com/wiredenterprise/2013/01/google-password/2/ Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -

Re: [Matplotlib-users] mplot3d interactive shading

2013-01-21 Thread Thomas Sprinzing
done! https://github.com/matplotlib/matplotlib/issues/1692 cheers Thomas Am 21.01.2013 um 18:04 schrieb Benjamin Root: > Hi folks! > maybe you can point me in the right direction: > > I have a list of colour measurements in Lab-Space(stored in an h5 table). > Now, 3d-scatterplotting them w

Re: [Matplotlib-users] mplot3d interactive shading

2013-01-21 Thread Benjamin Root
On Mon, Jan 21, 2013 at 7:42 AM, Thomas Sprinzing < sprinz...@hdm-stuttgart.de> wrote: > Hi folks! > maybe you can point me in the right direction: > > I have a list of colour measurements in Lab-Space(stored in an h5 table). > Now, 3d-scatterplotting them was easy, also, assigning the correspondi

Re: [Matplotlib-users] Matplotlib lag on windows seven

2013-01-21 Thread Fabien Lafont
I have installed MPL 1.2.0 but it's still laggy... 2013/1/18 Paul Hobson > > On Thu, Jan 17, 2013 at 8:10 AM, Fabien Lafont wrote: > >> Thanks! I have:Qt4Agg >> >> >> >> 2013/1/17 Benjamin Root >> >>> >>> On Thu, Jan 17, 2013 at 8:43 AM, Fabien Lafont >>> wrote: >>> What is a backend

[Matplotlib-users] mplot3d interactive shading

2013-01-21 Thread Thomas Sprinzing
Hi folks! maybe you can point me in the right direction: I have a list of colour measurements in Lab-Space(stored in an h5 table). Now, 3d-scatterplotting them was easy, also, assigning the corresponding rgb colour value to the spots is relatively easy. For the plot i use: p=ax.scatter3D(table

[Matplotlib-users] getting the dimensions of an axes

2013-01-21 Thread Kelson Zawack
I am making a heat map and want to label each row. I thus need the font size of the text to scale with the number of rows in the heat map. Is there a way to find out the length in points of an axes object so I can divide this by the number of rows and thus figure out how big to make the text?

[Matplotlib-users] How to make column scatter plots?

2013-01-21 Thread cnorn
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-