Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are multiple ways to display Plotly graphs in a PDF report, but here is one method:

Step 1: Create your Plotly graph using Python, R, or the Plotly web app. Step 2: Save the graph as a static image file (e.g. PNG, JPG, SVG) using the Plotly export function or a third-party library like matplotlib. Step 3: Insert the image file into your PDF report using a PDF editor or LaTeX if you're using it to create the report.

Alternatively, you can use the Plotly or JupyterLab PDF export extension (Plotly.py only) to export interactive Plotly graphs directly to PDF. However, this approach may require additional configuration and dependencies installation.