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.