Plotting for Calliope
Additional options for all plotting functions:
html_only : bool, optional; default = False
Returns a html string for embedding the plot in a webpage
to_file : False or str, optional; default = False
Will save plot to file with the given name and extension.
`to_file='plot.svg'` to save to SVG, `to_file='plot.png'` for
a static PNG image.
Allowed file extensions are: ['png', 'jpeg', 'svg', 'webp'].
layout_updates : dict, optional
The given dict will be merged with the Plotly layout dict
generated by the Calliope plotting function, overwriting keys
that already exist.
plotly_kwarg_updates : dict, optional
The given dict will be merged with the Plotly plot function's
keyword arguments generated by the Calliope plotting function,
overwriting keys that already exist.