|
From: Benjamin R. <ben...@ou...> - 2012-03-09 01:51:32
|
On Thursday, March 8, 2012, Wolfgang Draxinger < wdr...@dr...> 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 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 |