Reference/API#
astropy.visualization Package#
Functions#
  | 
Enhanced histogram function.  | 
  | 
A convenience function to call matplotlib's   | 
  | 
Return a Red/Green/Blue color image from 3 images using interconnected band scaling, and an arbitrary stretch function (by default, an asinh stretch).  | 
  | 
Base class to return a Red/Green/Blue color image from 3 images using a specified stretch and interval, for each band independently.  | 
  | 
Enable support for plotting   | 
  | 
Return a Normalization class that can be used for displaying images with Matplotlib.  | 
  | 
Enable support for plotting   | 
Classes#
  | 
An asinh stretch.  | 
  | 
Interval based on a keeping a specified fraction of pixels (can be asymmetric).  | 
Base class for the interval classes, which, when called with an array of values, return an interval computed following different algorithms.  | 
|
Base class for the stretch classes, which when called with an array of values in the range [0:1], returns an transformed array of values also in the range [0:1].  | 
|
A transformation object.  | 
|
  | 
A combination of two stretches.  | 
  | 
A combination of two transforms.  | 
  | 
A stretch that takes into account contrast and bias.  | 
  | 
A histogram equalization stretch.  | 
  | 
Normalization class to be used with Matplotlib.  | 
  | 
A linear stretch with a slope and offset.  | 
  | 
A log stretch.  | 
  | 
A modified asinh stretch, with some changes to the constants relative to   | 
  | 
A modified asinh stretch, where the linear stretch is calculated using zscale.  | 
  | 
Interval based on user-specified values.  | 
Interval based on the minimum and maximum values in the data.  | 
|
  | 
Interval based on a keeping a specified fraction of pixels.  | 
  | 
An alternative power stretch.  | 
  | 
A power stretch.  | 
  | 
Class to create a normalization object that can be used for displaying images with Matplotlib.  | 
  | 
A sinh stretch.  | 
A square root stretch.  | 
|
A convenience class for a power stretch of 2.  | 
|
  | 
Interval based on IRAF's zscale.  | 
Class Inheritance Diagram#
astropy.visualization.mpl_normalize Module#
Normalization class for Matplotlib that can be used to produce colorbars.
Functions#
  | 
Return a Normalization class that can be used for displaying images with Matplotlib.  | 
  | 
A convenience function to call matplotlib's   | 
Classes#
  | 
Normalization class to be used with Matplotlib.  | 
  | 
Class to create a normalization object that can be used for displaying images with Matplotlib.  |