[matplotlib-devel] Error in circle

2007-04-06 Thread Robert Hetland
It appears Circle has lost it's verts attribute, but not all of the references. -r PyMate r6190 running Python 2.5 (/usr/bin/env python) >>> picker_demo.py Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ pytho

Re: [matplotlib-devel] backends

2006-07-09 Thread Robert Hetland
On Jul 7, 2006, at 5:16 PM, John Hunter wrote:PDF is certainly an important document format, but it doesn't seem to be widely used for figures. I only use PDF figures.  They are useful both in pdflatex (how I write), and play nice with all of the other mac utilities, in particular Keynote (how I pr

Re: [matplotlib-devel] Plot with color argument as a list

2006-06-14 Thread Robert Hetland
How about 'plots'? (i.e., a bunch of plot commands) Perhaps this could also be the function that loops through multiple lines. For example in matlab you can do plot (x, y) plot (x', y') to plot out a grid -- the columns (or is it the rows..) are looped through inside the plot command. Is

[matplotlib-devel] Thoughts on quiver2

2006-06-13 Thread Robert Hetland
Eric- I had a chance to play around with the new quiver this morning. Here are some thoughts: 1. I read that somebody thought it was a bit slow, but this is not my experience. I tried to quiver my model data (128x128 with masking), and it rendered in a few seconds. I tried to look at im