Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-06 Thread Russell E. Owen
In article , Stephen T. wrote: > Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python > 2.6 > downloaded and installed from python.org. > (10.5 came with Apple > Python 2.5). I've also installed NumPy and SciPy for Python 2.6. I encourage you to try the matplotlib 1

[Matplotlib-users] Animation doc glitches

2010-08-06 Thread Russell E. Owen
I'm trying to learn how to make a fairly efficient strip chart display and have run into a few glitches: The example strip_chart_demo.py is not annotated but does refer to a page Unfortunately that page does not exist. I suspect the desire

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-06 Thread Stephen T .
Hi Friedrich,Thanks again for your response. I've been away traveling (with no internet connection) and just returned... hope you can help me troubleshoot this last bit (hopefully last bit)!> This is important. I recently had a similar issue (sort of). I think> the macports library is 32-bit on

Re: [Matplotlib-users] Confusion Matrix

2010-08-06 Thread Simon Friedberger
On 09:29 Sat 31.07.10, Friedrich Romstedt wrote: > What you will want to use is .set_tick_params(top=True, > labeltop=False, labelbottom=False) . That worked indeed but I have uncovered another problem. It is about the positioning of the rotated labels. The code is here: http://paste.pocoo.org/sh

[Matplotlib-users] Confused/frustrated w/ waitforbuttonpress

2010-08-06 Thread Jorge Scandaliaris
Hi, Looking for a way to analyze a set of images I found waitforbuttonpress, which basically does what I need: allows me to display a few plots/scatter/etc for as long as I need; then when pressing a key move to the next image and redo all plots/scatter/etc. Now my problem is that waitforbuttonpre

Re: [Matplotlib-users] Scatter legend with colored marker

2010-08-06 Thread Jorge Scandaliaris
Jae-Joon Lee writes: > In recent versions, there is a separate parameter : scatterpoints. So > check your document. > > ax.legend(sc, labels, scatterpoints=1) > > Regards, > > -JJ Great! It works fine with 1.0.0 Jorge --