plotly.io.showΒΆ
-
plotly.io.show(fig, renderer=None, validate=True, **kwargs)ΒΆ Show a figure using either the default renderer(s) or the renderer(s) specified by the renderer argument
- Parameters
fig (dict of Figure) β The Figure object or figure dict to display
renderer (str or None (default None)) β A string containing the names of one or more registered renderers (separated by β+β characters) or None. If None, then the default renderers specified in plotly.io.renderers.default are used.
validate (bool (default True)) β True if the figure should be validated before being shown, False otherwise.
width (int or float) β An integer or float that determines the number of pixels wide the plot is. The default is set in plotly.js.
height (int or float) β An integer or float that determines the number of pixels wide the plot is. The default is set in plotly.js.
config (dict) β A dict of parameters to configure the figure. The defaults are set in plotly.js.
- Returns
- Return type
