plotly的绘图风格比较漂亮,但是文档组织方式不太清晰。
- 入门浏览
Getting Started with Plotly in Python. - 关于创建和更新图形、绘制子图的所有方法的完整概述,参阅
Plotly User Guide for Python. - 关于配置图形布局选项(例如,轴、标题、图例等)和样式化图形(例如,颜色、字体、注释、图像、形状等)的信息,参阅
Plotly Fundamentals. - 关于plotly图片的主题风格信息,参阅
Theming and templates with plotly for Python. - 关于plotly图像的所有显示方式的信息,参阅
Displaying plotly figures with plotly for Python. - 关于使用Python建立包含plotly图片的web app,参阅
Dash User Guide. - For the full searchable reference of every figure property, see the
Python figure reference.