Re: [Matplotlib-users] unfilled markers?

2009-01-28 Thread Rob Hetland
On Jan 27, 2009, at 1:02 PM, Eric Firing wrote: Setting mfc to none is what turns off the filling. As a slightly off-topic question, is there a reason that the argument is the string 'none' instead of a normal python None? -Rob Rob Hetland, Associate Professor Dept. of Oceanography

Re: [Matplotlib-users] Ploting f(x;y)=0

2009-01-28 Thread Rob Hetland
- 3.0 contour(x, y, f, (0,)) The fourth argument to contour is a list of contours to plot, here only zero. -Rob Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331

Re: [Matplotlib-users] How to remove the border around legend ?

2008-02-28 Thread Rob Hetland
there are other ways, but this one works for me. Another way: plot(random.rand(10), label='foo') l = legend() l.draw_frame(False) draw() Note, this takes away the white background of the legend axis as well. This may or may not be desirable. -Rob Rob Hetland, Associate Professor Dept

Re: [Matplotlib-users] plot order

2008-01-23 Thread Rob Hetland
: l.set_zorder(-100) draw() # now the contours are on the bottom I guess the advantage is that you could pick and choose which contours to expose: for l in pcf.collections[::2]: l.set_zorder(-1000) draw() # woven contours and contourfs... -Rob Rob Hetland, Associate Professor

Re: [Matplotlib-users] Cross hair and polygon drawing tools.

2008-01-19 Thread Rob Hetland
like is sufficient. I of course, am in favor. It might also be a case of 'if we build it, they will come.' -Rob Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331

Re: [Matplotlib-users] Cross hair and polygon drawing tools.

2008-01-18 Thread Rob Hetland
be worthwhile putting it somewhere in the matplotlib tree explicitly? Even better as a class that could be subclassed.. -Rob Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331

Re: [Matplotlib-users] Cross hair and polygon drawing tools.

2008-01-17 Thread Rob Hetland
://lists.sourceforge.net/lists/listinfo/matplotlib-users Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331 - This SF.net email

Re: [Matplotlib-users] TrueType font embedding in eps problem.

2008-01-17 Thread Rob Hetland
Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331 - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R

Re: [Matplotlib-users] Missing \Delta in mathtext

2007-12-03 Thread Rob Hetland
RendererAgg.draw_mathtext RendererAgg.buffer_rgba Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331 - SF.Net email is sponsored by: The Future

Re: [Matplotlib-users] Missing \Delta in mathtext

2007-12-03 Thread Rob Hetland
: sans # mathtext.fontset : stixsans mathtext.fontset : custom # for arev sans pdf.fonttype : 42 # pdf.use14corefonts : True # ps.fonttype : 42 # ps.useafm : True Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458

Re: [Matplotlib-users] Missing \Delta in mathtext

2007-12-03 Thread Rob Hetland
mathtext.bf : Arev Sans:bold mathtext.sf : Arev Sans Ah, yes. This makes sense now. I used to have my fonts set up this way, but then changed them based on one of the newer matplotlibrc.default files. Now I changed it back, and things work fine. -Rob Rob Hetland, Associate Professor Dept

[Matplotlib-users] How to use different fonts in mathtext

2007-08-06 Thread Rob Hetland
-studio.com/articles.html Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331 - This SF.net email is sponsored by: Splunk Inc. Still

Re: [Matplotlib-users] How to use different fonts in mathtext

2007-08-06 Thread Rob Hetland
, the main problem I find when mixing CM symbols (e.g., \epsilon) with other fonts is that the CM fonts seem small. Perhaps there is a way to jack up the symbol size to that it matches the non-CM fonts in a more reasonable way? -Rob Rob Hetland, Associate Professor Dept. of Oceanography

[Matplotlib-users] Notes on switching backends to qt4 on mac os x

2007-02-07 Thread Rob Hetland
) Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331 - Using Tomcat but need to do more? Need to support web services, security

[Matplotlib-users] numpy/scipy/mpl on Mac OS X with python 2.5 successful compilation

2006-09-26 Thread Rob Hetland
happy to have it up and running. Thanks to everyone who makes this happen, -Rob Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331

[Matplotlib-users] Interactive masking

2006-09-08 Thread Rob Hetland
Has anybody done this? Any ideas about any of the parts? I think I can handle part 1. I'm worried part 3 might be inefficient. -Rob Rob Hetland, Associate Professor Dept. of Oceanography, Texas AM University http://pong.tamu.edu/~rob phone: 979-458-0096, fax: 979-845-6331

Re: [Matplotlib-users] Postscript ouput on OS X problem.

2006-09-06 Thread Rob Hetland
into some native format, and does so poorly. If I ever figure out a better solution, I'll let you all know, -Rob On Sep 6, 2006, at 8:46 AM, John Hunter wrote: Rob == Rob Hetland [EMAIL PROTECTED] writes: Rob I have been having problems with postscript output from MPL Rob on my various