Re: [Matplotlib-users] Can't set scatter plot point color

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 1:29 AM, Eric Firing efir...@hawaii.edu wrote: On 03/06/2011 09:14 PM, Thomas Lecocq wrote: Dear, Please also note that '+' and 'x' are lines, hence if you want them coloured, you'll need to set edgecolor=g rather than just color='g' ... Exactly, but in the

Re: [Matplotlib-users] Can't set scatter plot point color

2011-03-06 Thread Thomas Lecocq
Mar 2011 10:49:09 -0800 From: scott.han...@navistar.com To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Can't set scatter plot point color Thank you for the reply. I discovered this myself yesterday. Now I have an official answer if people want a colored

Re: [Matplotlib-users] Can't set scatter plot point color

2011-03-06 Thread Eric Firing
of Belgium ** Date: Fri, 4 Mar 2011 10:49:09 -0800 From: scott.han...@navistar.com To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Can't set scatter plot point color Thank you for the reply. I discovered this myself

Re: [Matplotlib-users] Can't set scatter plot point color

2011-03-04 Thread Eric Firing
On 03/02/2011 06:42 AM, Mr. Python wrote: I am unable to set the color of the scatter plot points using the code below: import matplotlib matplotlib.use('Qt4Agg') import matplotlib.pyplot as plt import numpy as np plt.scatter(newSpdVals, newEngLoadVals,c='g',marker='+') This is a bug in

Re: [Matplotlib-users] Can't set scatter plot point color

2011-03-04 Thread Mr. Python
Thank you for the reply. I discovered this myself yesterday. Now I have an official answer if people want a colored + or the x symbol in the scatter plot. Scott Hansen efiring wrote: On 03/02/2011 06:42 AM, Mr. Python wrote: I am unable to set the color of the scatter plot points using