PluginUserApi#

class jdaviz.core.user_api.PluginUserApi(plugin, expose=[], readonly=[], excl_from_dict=[], deprecated=[], in_tray=True)[source]#

Bases: UserApiWrapper

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

For example::

help(plugin_object.show)