Re: [Matplotlib-users] Common ylabel for subplots

2009-03-11 Thread Gökhan SEVER
Hello Sebastian, Not sure I could create a same-axes ylabels subplots similar to the one that is shown on the given screenshot with your code. ( http://img11.imageshack.us/img11/8793/subplots.png) Sorry haven't managed to make LateX work on my matplotlib outputs :( Thanks for your time and consi

[Matplotlib-users] hierarchical clustering with dendrograms in matplotlib?

2009-03-11 Thread per freem
hi all, is there a way to plot the results of hierarchical clustering as a dendrogram on top and to the sides of a heatmap matrix? for example, like this figure: http://www.egms.de/figures/meetings/gmds2006/06gmds075.f1.png any examples of how to do this in matplotlib would be greatly appreciate

Re: [Matplotlib-users] legend bug?

2009-03-11 Thread Jae-Joon Lee
It can be tricky to give you a correct answer without knowing what version of mpl you're using. The legend for the scatter plot has been added rather recently so my answer below may not work for you. Anyhow, this seems to be a bug in the documentation, not the code. The legend for scatter plot has

[Matplotlib-users] legend bug?

2009-03-11 Thread per freem
hi all, following my last post, i found what seems to me to be a bug in the legend handling of scatter plots. suppose i have: scatter([1,2,3],[1,2,3], label="_nolegend_") i then want to color some subset of these points in a different color, or plot them using a different marker size, etc. so i

[Matplotlib-users] legend for scatter plots with just a single dot

2009-03-11 Thread per freem
hi all, i'm plotting a scatter plot with several kinds of markers and would like to display a legend for them. if i try the following: scatter([1,2,3],[1,2,3]) legend('a') then the legend shows three dots (of the same type used in the scatter plot) in this strange arc configuration, with the lab

Re: [Matplotlib-users] forgetful xlim?

2009-03-11 Thread Jae-Joon Lee
Try aa.set_autoscale_on(False) before your "make_xaxis" call (but after xlim and ylim changed). When you plot something, the xlim and ylim is automatically adjusted (unless you set autoscale=False). -JJ On Wed, Mar 11, 2009 at 2:31 PM, Nicholas Stephens wrote: > Hi all, > > I am again a littl

Re: [Matplotlib-users] [PyQt] Pydee v0.3.0

2009-03-11 Thread Laurent Dufrechou
Hey pierre, Wow that's fantastic! One week ago I started (not sent) a mail that was intended for you on python(x,y) I explained that the main issue I get with users I want to convert to python is: 1) "Hey there is so lot packages, each time I need to install a new package to get your feature." 2)

[Matplotlib-users] forgetful xlim?

2009-03-11 Thread Nicholas Stephens
Hi all, I am again a little defeated so I hope somebody can point me in the right direction. I am trying to plot a graph but require some customation of the axes afterwards. As the axes are sacred in matplotlib I am trying to hide the existing axes and plot some new axes afterwards. The pr

Re: [Matplotlib-users] pdf backend always uses solid_joinstyle="miter"

2009-03-11 Thread Jörgen Stenarson
Jouni K. Seppänen skrev: > Jörgen Stenarson writes: > >> I have been unable to get the pdf backend to respect the settings for >> solid_joinstyle properly. > > Fixed on the trunk; the test case is examples/api/joinstyle.py. Thanks > for your report! > Thanks for the quick fix. It works fine fo

[Matplotlib-users] RuntimeError('main thread is not in main loop', ) after terminating a multithread program

2009-03-11 Thread Alejandro Weinstein
Hi: I have a multithread program. One of the thread is using MPL to plot some data. Everything works as expected, until the moment I terminate the program. When the main thread terminate, I start getting this message: Exception exceptions.RuntimeError: RuntimeError('main thread is not in main loo

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-11 Thread Sebastian Krieger
Hi Gökhan et al, I hope the following code might help you out and show you the basic idea of sharing the same x and y axis over several subplots. I've made a plot with 2 x 2 subplots sharing both x and y axis and showing only the labels at the left and the labels at the bottom. import pyl

[Matplotlib-users] Pydee v0.3.0

2009-03-11 Thread Pierre Raybaut
- Edit: Apparently, there's a bug (a what?!) in Pydee v0.3.0 You won't be able to install it and test it until v0.3.1 (I'll release it in 10-12 hours) Sorry for that - Hi all, Two months ago, I