Re: [Scikit-learn-general] Not all plots generated on website

2012-03-13 Thread Andreas
I tried with .99 and the plots show correctly. When trying to get .98 to build, there were gcc errors, which I didn't want to bother with. Therefore it would be good to know which version the server actually runs or if we could have access to the error logs. Any ideas? > I know that several of th

Re: [Scikit-learn-general] Not all plots generated on website

2012-03-05 Thread Jacob VanderPlas
I know that several of the plots fail with Matplotlib < 1.0. It's some problem that comes up when certain lines have a dashed linestyle. Jake Andreas wrote: > Hi everybody. > I noticed that not all example plots are present on the > website. > Does anyone know why that is? > I would guess tha

[Scikit-learn-general] Not all plots generated on website

2012-03-05 Thread Andreas
Hi everybody. I noticed that not all example plots are present on the website. Does anyone know why that is? I would guess that some version of Matplotlib is used that doesn't work with the examples. If there was a way to find out which version was installed, we could easily test that (and make sur