| Parameters : |
- vars
a CellVariable or tuple of CellVariable objects to plot
- title
displayed at the top of the Viewer window
- limits : dict
a (deprecated) alternative to limit keyword arguments
- xmin, xmax, ymin, ymax, datamin, datamax
displayed range of data. A 1D Viewer will only use xmin and
xmax, a 2D viewer will also use ymin and ymax. All
viewers will use datamin and datamax. Any limit set to a
(default) value of None will autoscale.
|