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.
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
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
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
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
-
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
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
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
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
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?
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-
11 matches
Mail list logo