Closed sameera2004 closed 9 years ago
Also note that the AxesImage
instance for the data is availble as mc.base_image
which you can directly modify to change things like the limits and color map.
And someplace, maybe in the CrossSection code, we have a snippet that will set the limits to the 5 and 95 percentiles. Pulling that out as a helper function might be worth doing.
This seems like a good time to add vmin as well.
Alternatively, we could accept one argument
imshow_kwargs
that contains all the keys to be passed on toimshow
. But I thinkvmin
,vmax
, andcmap
are common enough to warrant special kwargs.