pycsamt.map.export#
Figure export helpers for pycsamt.map.
Functions
|
Export fig according to options. |
|
Return a serializable figure dictionary. |
|
Save a Matplotlib-like or Plotly-like figure as PNG. |
|
Write a figure dictionary as JSON text. |
|
Write a Plotly-like figure to HTML. |
|
Write a Plotly-like image. |
|
Write a Plotly-like figure specification as JSON. |
- pycsamt.map.export.save_png(fig, path, **kwargs)[source]#
Save a Matplotlib-like or Plotly-like figure as PNG.
- pycsamt.map.export.export_figure(fig, options)[source]#
Export fig according to options.
- Parameters:
fig (Any)
options (ExportOptions)
- Return type: