[Matplotlib-users] Quick question about annotate

2009-05-05 Thread william ratcliff
Hi! Quick question about pylab.annotate: Is it supposed to take keyword args such as fontsize? Thanks, William -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment m

Re: [Matplotlib-users] how to center a legend

2009-05-05 Thread Alan G Isaac
> Alan said: >> Ideally I'd be able to do something like >> lgd.set_items(lgd.get_items()[slice]) On 5/5/2009 1:35 PM Jae-Joon Lee apparently wrote: > It is quite hard to modify the order of items once the legend is created. > Thus, I recommend you to order your items before creating the legend

Re: [Matplotlib-users] facecolor and edgecolor

2009-05-05 Thread Alan G Isaac
> Alan G Isaac wrote: >> I'm not understanding facecolor and edgecolor. >> In the code below (on Windows, with TkAgg) >> I get the facecolor displayed [onscreen] but not the >> edgecolor, and the saved figure shows *neither*. Why? >> (version is 0.98.1) On 5/5/2009 2:48 PM Eric Firing appare

Re: [Matplotlib-users] facecolor and edgecolor

2009-05-05 Thread Eric Firing
Alan G Isaac wrote: > I'm not understanding facecolor and edgecolor. > In the code below (on Windows, with TkAgg) > I get the facecolor displayed but not the > edgecolor, and the saved figure shows *neither*. > Why? (version is 0.98.1) It looks to me like a bug plus a feature. The bug is that in

Re: [Matplotlib-users] Density slice scatter plot

2009-05-05 Thread Roban Hultman Kramer
On Tue, May 5, 2009 at 1:04 PM, Ryan May wrote: > On Tue, May 5, 2009 at 11:47 AM, Jose Gomez-Dans > wrote: >> >> Hi, >> I would like to plot a density slice scatter plot (when you have lots of >> points superimposed, it's very useful). An example from IDL/envi is here: >>

Re: [Matplotlib-users] Density slice scatter plot

2009-05-05 Thread Ryan May
On Tue, May 5, 2009 at 11:47 AM, Jose Gomez-Dans wrote: > Hi, > I would like to plot a density slice scatter plot (when you have lots of > points superimposed, it's very useful). An example from IDL/envi is here: < > http://www2.geog.ucl.ac.uk/%7Eplewis/geog2021/practical1/scatter3.gif> > > My rus

[Matplotlib-users] Density slice scatter plot

2009-05-05 Thread Jose Gomez-Dans
Hi, I would like to plot a density slice scatter plot (when you have lots of points superimposed, it's very useful). An example from IDL/envi is here: < http://www2.geog.ucl.ac.uk/%7Eplewis/geog2021/practical1/scatter3.gif> My rustic approach to solving this problem has been to bin all my data poi

[Matplotlib-users] facecolor and edgecolor

2009-05-05 Thread Alan G Isaac
I'm not understanding facecolor and edgecolor. In the code below (on Windows, with TkAgg) I get the facecolor displayed but not the edgecolor, and the saved figure shows *neither*. Why? (version is 0.98.1) Thanks, Alan Isaac import matplotlib.pyplot as plt import numpy as np fig1 = plt.figure(1

Re: [Matplotlib-users] latex rendering weirdness

2009-05-05 Thread Willi Richert
Hi, I just found the problem: I pass the legend labels via the command line. There, of course $M$ is interpreted as a shell variable. Escaping all $ and \ it works now. Thanks, wr Am Montag, 4. Mai 2009 17:54:19 schrieb Matthias Michler: > Hello, > > could you please provide a stand-alone exam

Re: [Matplotlib-users] mpl sphinx extension

2009-05-05 Thread Timmie
> I believe that it is just moved to another directory > (lib/matplotlib/sphinxext). Yes, thanks. Its here: http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/ trunk/matplotlib/lib/matplotlib/sphinxext/ -- The NEW