Open main menu

Changes

Matplotlib dateutil bug

14 bytes added, 13:00, 10 December 2013
You cannot by default slice through xrange objects.
The '''dateutil.rrule''' package (version 1.5) used in matplotlib/pylab creates some list, which it expects it can slice through.<br>
But relax will create these as '''xrange''' which is not-sliceable.