imshow of scalar 2D array using a shared color scale

Hi,

I've got a datasets of a pixel particle detector for a number of
independent events. I'd like to show them in a row but have them all
use the same value and thus color range. What's the most straigtforward
way to do this?

Cheers,

Wolfgang Draxinger

Quick and dirty way is to set vmin and vmax for each of them using common values. You could also pass in a “norm” argument that does something similar.

Ben Root

···

On Thursday, March 8, 2012, Wolfgang Draxinger <wdraxinger.maillist@…4015…> wrote:

Hi,

I’ve got a datasets of a pixel particle detector for a number of

independent events. I’d like to show them in a row but have them all
use the same value and thus color range. What’s the most straigtforward
way to do this?

Cheers,

Wolfgang Draxinger