Imshow: extent and aspect
I’m writing a software system that visualizes slices and projections through a 3D dataset. I’m using matplotlib and specifically imshow to visualize the image buffers I get back from my analysis code.
I’m writing a software system that visualizes slices and projections through a 3D dataset. I’m using matplotlib and specifically imshow to visualize the image buffers I get back from my analysis code.
When you want to plot a numpy array with imshow, this is what you normally do: