Re: [scikit-learn] Difference between CircleCI python2 and python3

2018-11-19 Thread Oliver Rausch
Yes, that was the issue, Thanks. Oliver On Mon, 19 Nov 2018 23:23:20 +0800 "Hanmin Qin" wrote: > Thanks for the great PR.We're using matplotlib 3.0.1 (latest version) > in python3 build and matplotlib 1.4.3 (minimal dependency) in python2 > build.I think color="tab:blue" is not supported by mat

Re: [scikit-learn] Difference between CircleCI python2 and python3

2018-11-19 Thread Hanmin Qin
Thanks for the great PR.We're using matplotlib 3.0.1 (latest version) in python3 build and matplotlib 1.4.3 (minimal dependency) in python2 build.I think color="tab:blue" is not supported by matplotlib 1.X, so maybe you can try to use some simple colors. Hanmin Qin - Original Message - F