2.30.7.10. 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.write_html(fig, path, **kwargs)[source]
Write a Plotly-like figure to HTML.
- pycsamt.map.export.write_image(fig, path, **kwargs)[source]
Write a Plotly-like image.
- 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:
- pycsamt.map.export.write_json(fig, path)[source]
Write a Plotly-like figure specification as JSON.
- pycsamt.map.export.write_dict(fig, path)[source]
Write a figure dictionary as JSON text.