简体   繁体   中英

Storing a static image on plotly server

I am curious whether plot.ly (maybe only in the professional license) offers the ability to store a static image (ex. png) on their server publicly, providing a link.

I am aware of

import plotly.plotly as py
py.image.save_as({'data': data}, 'our_image_filename.png')

but this stores the file locally on my computer. Is there a similar function to store it on their server?

The background to this use case is that I would like to include plots, generated by plot.ly in emails I send.

Every plotly graph on the plotly cloud can be viewed as a static image by eg appending .png to the graph's URL:

https://plot.ly/~etpinard/6929/median-ages-for-females-with-the-25-most-common-names-among-americans-estimated-.png

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM