[Matplotlib-users] ion, draw and show?

2006-07-02 Thread Zhang Le
if I remove ion() or place ion() after the plot() or draw() commands, no figure is shown on the screen. This sucks because any operation after ion() will be significantly slowed down before a call to ioff(). I'm not sure if it's a bug that draw() does not update the screen in ioff()

[Matplotlib-users] plot points with RGB color

2006-06-30 Thread Zhang Le
Hi, I'm trying to plot a set of points using given RGB tuples as color: plot([0.5],[0.5], '.', markersize=50, color=(0.5,0.5,0.5)) there is no error but the point I got is still blue. Any tips? Zhang Le Using Tomcat but need to do more? Need to support web services, secu