| 
     
      
      
      From: Benjamin R. <ben...@ou...> - 2012-07-20 13:43:41
      
     
   | 
On Fri, Jul 20, 2012 at 5:39 AM, Damon McDougall <dam...@gm...>wrote: > On Fri, Jul 20, 2012 at 12:14:08PM +0200, Fabien Lafont wrote: > > Hello everyone, > > > > Is it possible to have automaticaly more than 3 colors when Iplot a > graph? > > When I plot it put the first in blue the second in green the third in red > > and the fourth in blue again. I want to use more colors to differenciate > > the curves. > > > > Strange, this is the default color cycle (colormaps are something different). ['b','g','r','c','m','y','k'] You can modify this via the "axes.color_cycle" rcparam. Cheers! Ben Root  |