ViewerWindowUserApi#

class jdaviz.core.user_api.ViewerWindowUserApi(viewer_container, expose=[], readonly=[], excl_from_dict=[], deprecated=[])[source]#

Bases: UserApiWrapper

This is an API wrapper around a viewer. For a full list of attributes/methods, call dir(viewer_object) and for help on any of those methods, call help(viewer_object.attribute).

For example::

help(viewer_object.show)