Re: [Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-26 Thread Vincent Davis
ckground is pink rather than gray, color >> tables are way goofed up. Writes to file fine.) >> >> > > > ------ > > > ___

Re: [Matplotlib-users] Problem saving a plot in OSX

2010-03-22 Thread Vincent Davis
using the enthought distribution, I would hope that it was done right but maybe not. *Vincent Davis 720-301-3003 * vinc...@vincentdavis.net my blog <http://vincentdavis.net> | LinkedIn<http://www.linkedin.com/in/vincentdavis> On Mon, Mar 22, 2010 at 9:37 PM, Andre Walker-Loud wrot

[Matplotlib-users] Problem saving a plot in OSX

2010-03-22 Thread Vincent Davis
name. At this point I can save the file and it does not overwrite the file as long as it is not a png which is the file type the plot gets saved as. And the magic fix is ?? :) *Vincent Davis 720-301-3003 * vinc...@vincentdavis.net my blog <http://vincentdavis.net> | LinkedI

[Matplotlib-users] save dialogue in macosx bug

2010-03-19 Thread Vincent Davis
post this, guidance or help would be appreciated. *Vincent Davis 720-301-3003 * vinc...@vincentdavis.net my blog <http://vincentdavis.net> | LinkedIn<http://www.linkedin.com/in/vincentdavis> -- Download Int

[Matplotlib-users] Plot marker based on other value

2010-03-17 Thread Vincent Davis
I am doing a fairly basic plot plot(ydata) but would like to condition the marker on another array, for example if I have ydata and markerdata then for markerdata > 0 use use a '+' and for markerdata <0 use a '-' and for markerdata = 0 '.' How do I do this?