1

Is there a way to save dashbio graphs? (other than just taking a screenshot)

import dash_cytoscape as cyto
cyto.load_extra_layouts()  # enable svg export
@app.callback(
    Output("<element-id>", "generateImage"),
# ... other steps follow
  • However, I can't find a way to save a dashbio graph, either in gui, or with code.
Vladimir Fokow
  • 3,728
  • 2
  • 5
  • 27
  • [`dash_bio.NglMoleculeViewer`](https://dash.plotly.com/dash-bio/nglmoleculeviewer#saving-an-image) has an option to save an image. [`dash_bio.Circos`](https://dash.plotly.com/dash-bio/circos#circos-properties) has `"enableDownloadSVG"`. But what about other dashbio graphs in general? – Vladimir Fokow Jun 09 '23 at 16:10

0 Answers0