[matplotlib-devel] using new in axes.hist

2008-12-06 Thread John Hunter
Axes.hist calls np.histogram with the "new" kwarg, which triggers a deprecation warning with svn numpy. Anyone have an opinion on whether this kwarg should be included in the upcoming mpl release? JDH -- SF.Net email is

[matplotlib-devel] symlog problem

2008-12-06 Thread John Hunter
There appears to be a bug in the 3rd subplot of symlog_demo.py because the ticker is generating an OverflowError on my powerbook. The problem is in SymmetricalLogLocator.__call__ when the vmin, vmax = self._transform.transform((vmin, vmax)) call transforms vmin,vmax=[-1,1] to [-3.30039237078e+17,1