Re: [matplotlib-devel] autofmt_xdate() broken for twinx()

2010-11-22 Thread Benjamin Root
On Thu, Nov 18, 2010 at 8:58 AM, Scott Sinclair wrote: > Hi, > > It seems that the autofmt_xdate helper method is broken when twinx is > used. Consider the script below: > > - > import datetime as dt > > import numpy as np > import matplotlib.pyplot as plt

Re: [matplotlib-devel] Bug in mplot3d contourf

2010-11-22 Thread Benjamin Root
On Mon, Nov 22, 2010 at 3:30 AM, Ian Thomas wrote: > I've found a bug in mplot3d's rendering of filled contours. Attached is a > simple test script to reproduce the error and an example of the output: the > 2D plot on the left shows the desired result, the 3D plot on the right shows > the holes