Hi Xanant, I'm not 100% sure, but i think there was a change to the default settings in a recent version of matplotlib. The newer versions of matplotlib do not support python 2.7, so anaconda installs an older version instead.
If you're new to python it usually makes sense to use python 3 only, major packages like matplotlib, numpy and scipy don't support python 2 anymore. Fergal On Fri, Nov 22, 2019, 3:43 PM xanant <[email protected]> wrote: > I'm new to Spyder. I have a perhaps trivial request: after installing (a) > Spyder 3.3.3 (with Anaconda and Python 2.7) I then switched to (b) Spyder > 3.3.6 (Anaconda and Python 3.7) and I find myself with an oddity. By > creating a very simple bar graph using 'matplotlib', in Spyder (a) the bars > are drawn with different colors from one another while with Spyder (b) they > are monochrome. Depends on what? From Python or from Spyder? I repeat I > am a newbie and do not understand much of it so far. Thanks in advance if > someone will have the patience to respond. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/spyderlib/28520fb3-08f8-4541-bc24-0deeb82f17bf%40googlegroups.com > <https://groups.google.com/d/msgid/spyderlib/28520fb3-08f8-4541-bc24-0deeb82f17bf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/CAPU23P7Rpmp5%3D-Tto3m%3Ds3y%3DuEpHWxBnFs-g%3DE4wRv4Usi85ZA%40mail.gmail.com.
