[Matplotlib-users] how can i use utf-8 or just how can i plot the datetime in local settings ?

2011-07-31 Thread Alexey Uimanov
Here the code >> #!/usr/bin/env python from pylab import figure, show from matplotlib.dates import AutoDateLocator, AutoDateFormatter, drange, DateFormatter import datetime import random dates = drange(datetime.datetime(2010, 1, 1), datetime

Re: [Matplotlib-users] parametric line color

2011-07-31 Thread Eric Firing
On 07/31/2011 04:05 AM, Alan G Isaac wrote: > On 7/30/2011 12:03 AM, Alan G Isaac wrote: >> I'd like to pick the color for each line >> based on its parameter value by mapping >> possible parameter values to the colors >> in a color map (e.g., gist_rainbow), >> retrieving colors one at a time (base

[Matplotlib-users] [ANN] IPython 0.11 is officially out

2011-07-31 Thread Fernando Perez
Hi all, on behalf of the IPython development team, I'm thrilled to announce, after more than two years of development work, the official release of IPython 0.11. This release brings a long list of improvements and new features (along with hopefully few new bugs). We have completely refactored IP

Re: [Matplotlib-users] parametric line color

2011-07-31 Thread Alan G Isaac
On 7/30/2011 12:03 AM, Alan G Isaac wrote: > I'd like to pick the color for each line > based on its parameter value by mapping > possible parameter values to the colors > in a color map (e.g., gist_rainbow), > retrieving colors one at a time (based > on the parameter value for a line). As far a