Re: [Matplotlib-users] How to determine position of axes after imshow?

2012-08-01 Thread Stan West
From: Mark Bakker [mailto:mark...@gmail.com] Sent: Monday, July 30, 2012 05:54 Hello List, I am trying to determine the position of the axes after an imshow and am having problems. I get a different answer on my Mac (the correct answer) than Windows (the wrong answer). [...] Any thoughts?

[Matplotlib-users] Size of array elements when using Axes3D.plot_wireframe(X, Y, Z, *args, **kwargs)

2012-08-01 Thread surfcast23
In the documentation it says that Axes3D.plot_wireframe(X, Y, Z, *args, **kwargs) takes 2D arrays as the first two arguments. Do the arrays have to have the same size dimensions? -- View this message in context: