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
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
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
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