# python-plotly **Repository Path**: cloudcan/python-plotly ## Basic Information - **Project Name**: python-plotly - **Description**: Plotly Python Open Source Graphing Library 速查手册 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-10 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Plotly Tutorials [Plotly Python Open Source Graphing Library](https://plotly.com/python/) 快速上手文档 ---- ## 文件结构 ```shell ├─plotly_express │ ├─1D distributions │ ├─2D distributions │ ├─basics │ ├─multidimensional │ ├─part-of-whole │ ├─polar │ └─ternary charts ├─figure_factory ├─functions └─styles ``` ## functions plotly的基本图案创建、更新和显示的方法 * [create](./functions/create.ipynb) * [update](functions/update.ipynb) * [display](functions/display.ipynb) ## express 快速生成常规图案的方法,具体有: * basics 1. [bar](./plotly_express/basics/bar.ipynb) 2. [line](./plotly_express/basics/line.ipynb) 3. [scatter](./plotly_express/basics/scatter.ipynb) 4. [timeline](./plotly_express/basics/timeline.ipynb) * 1D distributions 1. [box](./plotly_express/1D%20distributions/box.ipynb) 2. [ecdf](./plotly_express/1D%20distributions/ecdf.ipynb) 3. [histogram](./plotly_express/1D%20distributions/histogram.ipynb) 4. [strip](./plotly_express/1D%20distributions/strip.ipynb) 5. [violin](./plotly_express/1D%20distributions/violin.ipynb) * 2D distributions 1. [density_contour](./plotly_express/2D%20distributions/density_contour.ipynb) 2. [density_heatmap](./plotly_express/2D%20distributions/density_heatmap.ipynb) * multidimensional 1. [parallel_categories](./plotly_express/multidimensional/parallel_categories.ipynb) 2. [parallel_coordinates](./plotly_express/multidimensional/parallel_coordinates.ipynb) * part-of-whole 1. [pie](./plotly_express/part-of-whole/pie.ipynb) 2. [icicle](./plotly_express/part-of-whole/icicle.ipynb) 3. [funnel](./plotly_express/part-of-whole/funnel.ipynb) 4. [sunburst](./plotly_express/part-of-whole/sunburst.ipynb) 5. [treemap](./plotly_express/part-of-whole/treemap.ipynb) * polar 1. [bar_polar](./plotly_express/polar/bar_polar.ipynb) 2. [polar](./plotly_express/polar/polar.ipynb) * ternary charts 1. [scatter_ternary](./plotly_express/ternary%20charts/scatter_ternary.ipynb) ## figure factory 快速生成某些复杂图案的方法,具体有: * [dendrogram](./figure_factory/dendrogram.ipynb) * [quiver](./figure_factory/quiver.ipynb) * [streamline](./figure_factory/streamline.ipynb) * [table](./figure_factory/table.ipynb) * [ternary_contour](./figure_factory/ternary_contour.ipynb) * [trisurf](./figure_factory/trisurf.ipynb) ## style 样式与颜色相关内容: * [line_styles](./styles/line_styles.ipynb) * [marker_symbols](./styles/marker_symbols.ipynb) * [colors](./styles/colors.ipynb) * [templates](./styles/templates.ipynb)