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

2010-08-05 Thread Jae-Joon Lee
On Thu, Aug 5, 2010 at 4:48 PM, Jorge Scandaliaris wrote: > BTW, I think I've found another thing > related to legend() and scatter plots: the 'numpoints' keyword argument to > legend is not respected, as showed in the example pasted below, > > Jorge In recent versions, there is a separate parame

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

2010-08-05 Thread Benjamin Root
On Thu, Aug 5, 2010 at 2:48 AM, Jorge Scandaliaris wrote: > Benjamin Root writes: > > > > > Probably not directly, but I hadn't thought about that before. For a set > of > > scatter points that are colored by values, what should the legend show? > In > > other words, what does it *mean* for the

Re: [Matplotlib-users] Problem getting math symbols into text

2010-08-05 Thread Michael Droettboom
It looks like you're configured for the STIX fonts (the rcParam mathtext.fontset = stix), but they are not installed on your system. Do you have the file "STIXGeneral.ttf" on your system? Perhaps you need to install an additional package. Mike On 08/04/2010 03:18 PM, Michael Hannon wrote: >>

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

2010-08-05 Thread Jorge Scandaliaris
Benjamin Root writes: > > Probably not directly, but I hadn't thought about that before.  For a set of > scatter points that are colored by values, what should the legend show?  In > other words, what does it *mean* for there to be a legend for points that are > colored in a potentially non-u