From: <hu...@ya...> - 2006-07-10 19:00:35
|
Hello, I have a problem with the svn version of matplotlib. I don't know when this problem appeared but it was working before. so the next script gave me an error message: import pylab p = pylab.plot([1,2],[2,3],'o') pylab.setp(p,markerfacecolor=(120,120,120),markersize=5,markeredgewidth=1.,zorder=50) pylab.show() the main error message is: ValueError: to_rgb: Invalid rgb arg "(10.0, 10.0, 10.0)" to_rgb: Invalid rgb arg "(10.0, 10.0, 10.0)" but I don't understand why. N. |