Plotly HTML Recommended For Reports

Sub-skill of plotly: HTML (Recommended for Reports) (+2).

vamseeachanta fa147af 495 B Updated

File contents

HTML (Recommended for Reports) (+2)

HTML (Recommended for Reports)

fig.write_html('report.html', include_plotlyjs='cdn')

Static Images

# Requires kaleido
fig.write_image('chart.png', width=1200, height=800)
fig.write_image('chart.pdf')
fig.write_image('chart.svg')

JSON

import json
fig.write_json('chart.json')

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/visualization/plotly/html-recommended-for-reports commit fa147af1d6

Frequently asked questions

npx skillmds@latest add vamseeachanta/plotly-html-recommended-for-reports