Re: [Matplotlib-users] problem with saving eps and ps with GTKAgg backend (and current head of SVN)

2007-05-20 Thread Johann Cohen-Tanugi
hi there, out of idea I decided to download gsview and try to open my eps file with it. It still showed it truncated but this time gsview has resizing capabilities, and I could actually reformat the plot so that it shows the whole figure and then save it. Given the fact that Matthew could not r

Re: [Matplotlib-users] Drawing lots of lines or polygons

2007-05-20 Thread Bill Baxter
On 5/20/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 5/18/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > > > > > > I'm no expert, but it looks like you need to do: > > axis.add_collection(YourCollection) > > Yep, this i the right approach. See the following examples: > > collections_demo.p

[Matplotlib-users] wxPython-2.8 problems

2007-05-20 Thread Jochen Küpper
Hi, I am having problems installing matplotlib-0.90.0 under Mac OS X (using MacPorts) when having wxPython-2.8.4.0 installed, getting the following error at build-time: DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ _Users_jochen_source_macports-trunk_dports_python_py-matpl

Re: [Matplotlib-users] Numpy & Numarray

2007-05-20 Thread Jochen Küpper
On 20.05.2007, at 16:22, David Nordquest wrote: I recently installed Matplotlib .90 under CentOS 5 (like RHEL 5). When I import pylab, it wants numarray rather than the numpy I have installed. Do you need both or is there a config file that needs editing? Edit ~/.matplotlib/matplotlibrc G

[Matplotlib-users] Numpy & Numarray

2007-05-20 Thread David Nordquest
I recently installed Matplotlib .90 under CentOS 5 (like RHEL 5). When I import pylab, it wants numarray rather than the numpy I have installed. Do you need both or is there a config file that needs editing? Dave - This SF.ne

Re: [Matplotlib-users] Drawing lots of lines or polygons

2007-05-20 Thread John Hunter
On 5/18/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > > > Bill Baxter wrote: > > That does look like what I'm after. Two things are unclear to me from > > the docs you pointed to: > > 1) How do you actually add something to a plot with those? Are they > > automatically added to the current