Download more than 1 plot at same time in single pdf

Let’s say I am plotting more than 1 chart on page. Please refer attached image for reference. Individual chart download exists, but I want to download multiple charts in same file.

plotly.js doesn’t support that at this time, unfortunately.

There’s a few things you can try:

  • combine your graphs into one graph with 3 subplots
  • compose the generated images server-side using e.g. graphics magick
  • try some pdf generating tool like: electron-pdf or puppeteer

Thanks for the hint, but problem with subplot is I can not have chart title, legend and annotations for individual chart.
Is there any way to assign individual chart title and legend in subplot ?

I’m curious to know if this has since been an implemented feature? I have a layout that contains many graph objects, and would like to download the entire layout as a single PNG (rather than downloading each plot individually as separate PNGs).