Hello -

This used to work:
fill( [0,1,1], [0,0,1], '#FFFF66')

But it doesn't work anymore under 0.90.1.
I thought it still worked under 0.90.0

Anybody see the same problem?
Plot seems to have the same problem:
plot([1,2,3],'#afeeee')

Error message for the plot statement:
Traceback (most recent call last):
 File "<pyshell#11>", line 1, in ?
   plot([1,2,3],'#afeeee')
 File "C:\Python24\Lib\site-packages\matplotlib\pylab.py", line 2028, in
plot
   ret =  gca().plot(*args, **kwargs)
 File "C:\Python24\Lib\site-packages\matplotlib\axes.py", line 2535, in
plot
   for line in self._get_lines(*args, **kwargs):
 File "C:\Python24\Lib\site-packages\matplotlib\axes.py", line 421, in
_grab_next_args
   for seg in self._plot_2_args(remaining, **kwargs):
 File "C:\Python24\Lib\site-packages\matplotlib\axes.py", line 313, in
_plot_2_args
   linestyle, marker, color = _process_plot_format(fmt)
 File "C:\Python24\Lib\site-packages\matplotlib\axes.py", line 153, in
_process_plot_format
   raise ValueError, err
ValueError: Unrecognized character # in format string

Thanks, Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to