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

2011-03-04 Thread Mr. Python
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='+') #Add the graph title and x/y axis labels

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