Re: [Matplotlib-users] Contours message error

2006-12-12 Thread Eric Firing
Pierre, I will try to improve it. Eric Pierre GM wrote: > Folks, > Would it be possible to switch the current error message > > ValueError: Arguments x, y, z, mask (if present) must be 2D arrays. > > > in cntr.c to something more explicit, when x, y, and z are 2D arrays, but > one >

[Matplotlib-users] Contours message error

2006-12-12 Thread Pierre GM
Folks, Would it be possible to switch the current error message >>> ValueError: Arguments x, y, z, mask (if present) must be 2D arrays. in cntr.c to something more explicit, when x, y, and z are 2D arrays, but one of them is complex ? Or force a downcast to float if needed ? (I know, I should