Dear all,

First of all, sorry that if this is not the right place to post - I have 
been struggling with this for quite a while and would really appreciate any 
input.

I know this sounds like a matplotlib problem, but this only happens within 
spyder, and only within the ipython qtconsole within spyder.

I am using Windows 7 64-bit, Python 3.4 64-bit, Spyder 2.3.4, matplotllib 
1.4.3, IPython 3.0.0.

To repeat - run the following code in the ipython qtconsole WITHIN spyder, 
using either tk or qt backend:

import matplotlib.pyplot as plt
plt.plot(range(5), c='r')

The color red does not show up at all! The weird thing is, if I use 
color='r', or I run this code in python not ipython, or I run this code in 
ipython outside of spyder, this works. I can use color='r' for my new code, 
but I have tens of thousands lines of code with embedded c='r' everywhere. 

Could anyone please help?

Thank you!

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to