Skip to content

Commit 42534be

Browse files
committed
Reorganized the navigation bar to match the current published JavaScript docs.
1 parent c899732 commit 42534be

File tree

1 file changed

+98
-149
lines changed

1 file changed

+98
-149
lines changed

mkdocs.yml

Lines changed: 98 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -26,176 +26,125 @@ markdown_extensions:
2626
base_path: ["docs/tmp"]
2727

2828
nav:
29-
- 3d_charts:
29+
- Event Reference: examples/plotlyjs-events.md
30+
- Fundamentals:
31+
- Configuration: examples/configuration-options.md
32+
- Responsive / Fluid Layouts: examples/responsive-fluid-layout.md
33+
- uirevision in Plotly.react: examples/uirevision.md
34+
- React Plotly.js: examples/react.md
35+
- Analytical Apps with Dash: https://dash.plotly.com/
36+
- Colorway: examples/colorway.md
37+
- Images: examples/images.md
3038
- 3D Axes: examples/3d-axes.md
31-
- 3D Scatter Plots: examples/3d-scatter-plots.md
32-
- 3D Surface Plots: examples/3d-surface-plots.md
33-
- 3D Subplots: examples/3d-subplots.md
34-
# - 3D Camera Controls: examples/3d-camera-controls.md
35-
# - 3D Bubble Charts: examples/3d-bubble-charts.md
36-
- 3D Line Plots: examples/3d-line-plots.md
37-
- Trisurf Plots: examples/trisurf.md
38-
- 3D Mesh Plots: examples/3d-mesh.md
39-
- 3D Isosurface Plots: examples/3d-isosurface-plots.md
40-
# - 3D Volume Plots: examples/3d-volume.md
41-
- 3D Cone Plots: examples/cone-plot.md
42-
- 3D Streamtube Plots: examples/streamtube-plot.md
43-
- advanced_opt:
44-
# - Plot CSV Data: examples/plot-data-from-csv.md
45-
# - Random Walk: examples/random-walk.md
46-
# - Peak Finding: examples/peak-finding.md
47-
# - Smoothing: examples/smoothing.md
48-
- LaTeX: examples/LaTeX.md
49-
- ai_ml:
50-
# - ML Regression: examples/ml-regression.md
51-
# - kNN Classification: examples/ml-knn.md
52-
# - ROC and PR Curves: examples/ml-roc-pr.md
53-
# - PCA Visualization: examples/ml-pca.md
54-
- AI/ML Apps with Dash: https://plotly.com/building-machine-learning-web-apps-in-python/
55-
# - t-SNE and UMAP projections: examples/ml-tsne-umap-projections.md
56-
- animations:
57-
- Intro to Animations: examples/animations.md
58-
- basic:
39+
- 3D Hover Options: examples/3d-hover.md
40+
- 3D Surface Lighting: examples/3d-surface-lighting.md
41+
- Axes: examples/axes.md
42+
- Horizontal Legends: examples/horizontal-legend.md
43+
- Hover Text and Formatting: examples/hover-text-and-formatting.md
44+
- Setting the Title, Legend Entries, and Axis Titles: examples/figure-labels.md
45+
- Layout Template Examples: examples/layout-template.md
46+
- Legends: examples/legend.md
47+
- Setting Graph Size: examples/setting-graph-size.md
48+
- Formatting Ticks: examples/tick-formatting.md
49+
- Shapes: examples/shapes.md
50+
- Text Template: examples/texttemplate.md
51+
- Text and Annotations: examples/text-and-annotations.md
52+
- Text and Font Styling: examples/font.md
53+
- Multiple Axes: examples/multiple-axes.md
54+
- Subplots: examples/subplots.md
55+
- Basic Charts:
5956
- Scatter Plots: examples/line-and-scatter.md
6057
- Line Charts: examples/line-charts.md
6158
- Bar Charts: examples/bar-charts.md
6259
- Pie Charts: examples/pie-charts.md
6360
- Bubble Charts: examples/bubble-charts.md
6461
- Dot Plots: examples/dot-plots.md
62+
- Inset Plots: examples/insets.md
6563
- Filled Area Plots: examples/filled-area-plots.md
6664
- Horizontal Bar Charts: examples/horizontal-bar-charts.md
67-
# - Gantt Charts: examples/gantt.md
6865
- Sunburst Charts: examples/sunburst-charts.md
69-
- Tables: examples/table.md
7066
- Sankey Diagram: examples/sankey-diagram.md
7167
- Treemap Charts: examples/treemaps.md
72-
# - High Performance Visualization: examples/performance.md
73-
# - Figure Factory Tables: examples/figure-factory-table.md
74-
# - Categorical Axes: examples/categorical-axes.md
75-
# - Icicle Charts: examples/icicle-charts.md
76-
# - Patterns, Hatching, Texture: examples/pattern-hatching-texture.md
77-
# - Dumbbell Plots: examples/dumbbell-plots.md
78-
# - bio:
79-
# - Alignment Chart: examples/bio-alignment-chart.md
80-
# - Clustergram: examples/bio-clustergram.md
81-
# - Manhattan Plot: examples/bio-manhattanplot.md
82-
# - Volcano Plot: examples/bio-volcano-plot.md
83-
- chart_events:
84-
# - Plotly FigureWidget Overview: examples/figurewidget.md
85-
# - Jupyter Lab with FigureWidget: examples/jupyter-lab-tools.md
86-
# - Interactive Data Analysis with FigureWidget ipywidgets: examples/figurewidget-app.md
87-
- Click Events: examples/click-events.md
88-
- controls:
89-
- Custom Buttons: examples/custom-buttons.md
90-
- Sliders: examples/sliders.md
91-
- Dropdown Menus: examples/dropdowns.md
92-
- Range Slider and Selector: examples/range-slider.md
93-
- fundamentals:
94-
# - The Figure Data Structure: examples/figure-structure.md
95-
# - Creating and Updating Figures: examples/creating-and-updating-figures.md
96-
# - Displaying Figures: examples/renderers.md
97-
# - Plotly Express: examples/plotly-express.md
98-
- Analytical Apps with Dash: https://dash.plotly.com/
99-
# - Static Image Export: examples/static-image-export.md
100-
# - Theming and templates: examples/templates.md
101-
# - Changes in Version 6: examples/v6-changes.md
102-
- Configuration: examples/configuration-options.md
103-
- Setting Graph Size: examples/setting-graph-size.md
104-
- Formatting Ticks: examples/tick-formatting.md
105-
- Setting the Font, Title, Legend Entries, and Axis Titles: examples/figure-labels.md
106-
- Axes: examples/axes.md
107-
- Legends: examples/legend.md
108-
- Multiple Axes: examples/multiple-axes.md
109-
- Subplots: examples/subplots.md
68+
- Tables: examples/table.md
11069
- Multiple Chart Types: examples/graphing-multiple-chart-types.md
111-
# - Plotly Express Arguments: examples/px-arguments.md
112-
# - Styling Markers: examples/marker-style.md
113-
# - Continuous Color Scales and Color Bars: examples/colorscales.md
114-
- Text and Annotations: examples/text-and-annotations.md
115-
- Hover Text and Formatting: examples/hover-text-and-formatting.md
116-
- Images: examples/images.md
117-
- Shapes: examples/shapes.md
118-
# - IPython vs Python: examples/ipython-vs-python.md
119-
# - Troubleshooting: examples/troubleshooting.md
120-
# - Built-in Continuous Color Scales: examples/builtin-colorscales.md
121-
# - Discrete Colors: examples/discrete-color.md
122-
# - Styling Plotly Express Figures: examples/styling-plotly-express.md
123-
# - Interactive HTML Export: examples/interactive-html-export.md
124-
# - Pandas Plotting Backend: examples/pandas-backend.md
125-
# - Figure Factories: examples/figure-factories.md
126-
# - Plotly Express Wide-Form Support: examples/wide-form.md
127-
# - Graph Objects: examples/graph-objects.md
128-
# - Introspecting Figures: examples/figure-introspection.md
129-
# - Horizontal and Vertical Lines and Rectangles: examples/horizontal-vertical-shapes.md
130-
# - Selections: examples/selections.md
131-
# - Version 4 Migration Guide: examples/v4-migration.md
132-
# - Static Image Generation Changes in Plotly.py 6.1: examples/static-image-generation-migration.md
133-
# - Supported CSS Colors: examples/supported-colors.md
134-
- financial:
135-
- Time Series and Date Axes: examples/time-series.md
136-
- Candlestick Charts: examples/candlestick-charts.md
70+
- WebGL vs SVG: examples/webgl-vs-svg.md
71+
- Statistical Charts:
72+
- Error Bars: examples/error-bars.md
73+
- Box Plots: examples/box-plots.md
74+
- Histograms: examples/histograms.md
75+
- Continuous Error Bars: examples/continuous-error-bars.md
76+
- 2D Histograms: examples/2D-Histogram.md
77+
- SPC Control Charts: examples/spc-control-charts.md
78+
- Violin Plots: examples/violin.md
79+
- Parallel Categories Diagram: examples/parallel-categories-diagram.md
80+
- Scatterplot Matrix: examples/splom.md
81+
- 2D Histogram Contour: examples/2d-histogram-contour.md
82+
- Scientific Charts:
83+
- Contour Plots: examples/contour-plots.md
84+
- Heatmaps: examples/heatmaps.md
85+
- Ternary Plots: examples/ternary-plots.md
86+
- Parallel Coordinates Plot: examples/parallel-coordinates-plot.md
87+
- Log Plots: examples/log-plot.md
88+
- Wind Rose and Polar Bar Charts: examples/wind-rose-charts.md
89+
- Ternary contours: examples/ternary-contour.md
90+
- Radar Charts: examples/radar-chart.md
91+
- Carpet Plots: examples/carpet-plot.md
92+
- Carpet Scatter Plot: examples/carpet-scatter.md
93+
- Carpet Contour Plot: examples/carpet-contour.md
94+
- Polar Charts: examples/polar-chart.md
95+
- Financial Charts:
13796
- Waterfall Charts: examples/waterfall-charts.md
97+
- Indicators: examples/indicator.md
98+
- Candlestick Charts: examples/candlestick-charts.md
13899
- Funnel Chart: examples/funnel-charts.md
100+
- Time Series and Date Axes: examples/time-series.md
139101
- OHLC Charts: examples/ohlc-charts.md
140-
- Indicators: examples/indicator.md
141102
- Gauge Charts: examples/gauge-charts.md
142103
- Bullet Charts: examples/bullet-charts.md
143-
- maps:
144-
# - MapLibre Migration: examples/migrate-to-maplibre.md
104+
- Maps:
105+
- Tile Map Layers: examples/tile-map-layers.md
106+
- Tile Density Heatmap: examples/tile-density-heatmaps.md
145107
- Tile Choropleth Maps: examples/tile-county-choropleth.md
146-
# - Lines on Tile Maps: examples/lines-on-tile-maps.md
147-
# - Filled Area on Tile Maps: examples/filled-area-tile-maps.md
148-
- Bubble Maps: examples/bubble-maps.md
149-
# - Density Heatmap: examples/density-heatmaps.md
150108
- Lines on Maps: examples/lines-on-maps.md
151-
- Choropleth Maps: examples/choropleth-maps.md
152-
- Tile Map Layers: examples/tile-map-layers.md
153-
# - Scatter Plots on Tile Maps: examples/tile-scatter-maps.md
154-
# - USA County Choropleth Maps: examples/county-choropleth.md
109+
- Bubble Maps: examples/bubble-maps.md
155110
- Scatter Plots on Maps: examples/scatter-plots-on-maps.md
156-
# - Map Configuration and Styling on Geo Maps: examples/map-configuration.md
157-
# - Hexbin Mapbox: examples/hexbin-mapbox.md
158-
- multiple_axes:
111+
- Scatter Plots on Tile Maps: examples/scatter-tile-maps.md
112+
- Choropleth Maps: examples/choropleth-maps.md
113+
- Filled Area on Tile Maps: examples/filled-area-on-map.md
114+
- 3D Charts:
115+
- 3D Scatter Plots: examples/3d-scatter-plots.md
116+
- Ribbon Plots: examples/ribbon-plots.md
117+
- 3D Surface Plots: examples/3d-surface-plots.md
118+
- 3D Mesh Plots: examples/3d-mesh.md
119+
- 3D Line Plots: examples/3d-line-plots.md
120+
- Trisurf Plots: examples/trisurf.md
121+
- 3D Cluster Graph: examples/3d-point-clustering.md
122+
- 3D Cone Plots: examples/cone-plot.md
123+
- 3D Streamtube Plots: examples/streamtube-plot.md
124+
- 3D Isosurface Plots: examples/3d-isosurface-plots.md
125+
- 3D Subplots: examples/3d-subplots.md
126+
- Multiple Axes:
159127
- Mixed Subplots: examples/mixed-subplots.md
160-
# - Map Subplots: examples/map-subplots-and-small-multiples.md
161128
- Table and Chart Subplots: examples/table-subplots.md
162-
# - Figure Factory Subplots: examples/figure-factory-subplots.md
163-
- scientific:
164-
- Contour Plots: examples/contour-plots.md
165-
- Heatmaps: examples/heatmaps.md
166-
# - Imshow: examples/imshow.md
167-
- Ternary Plots: examples/ternary-plots.md
168-
- Log Plots: examples/log-plot.md
169-
# - Dendrograms: examples/dendrogram.md
170-
# - Annotated Heatmaps: examples/annotated-heatmap.md
171-
# - Ternary Overlay: examples/ternary-scatter-contour.md
172-
- Parallel Coordinates Plot: examples/parallel-coordinates-plot.md
173-
# - Quiver Plots: examples/quiver-plots.md
174-
# - Streamline Plots: examples/streamline-plots.md
175-
# - Network Graphs: examples/network-graphs.md
176-
- Carpet Plots: examples/carpet-plot.md
177-
- Carpet Contour Plot: examples/carpet-contour.md
178-
- Carpet Scatter Plot: examples/carpet-scatter.md
179-
- Polar Charts: examples/polar-chart.md
180-
- Radar Charts: examples/radar-chart.md
181-
- Ternary contours: examples/ternary-contour.md
182-
- Wind Rose and Polar Bar Charts: examples/wind-rose-charts.md
183-
# - Smith Charts: examples/smith-charts.md
184-
- statistical:
185-
- Error Bars: examples/error-bars.md
186-
- Box Plots: examples/box-plots.md
187-
- Histograms: examples/histograms.md
188-
# - Distplots: examples/distplot.md
189-
- 2D Histograms: examples/2D-Histogram.md
190-
- Scatterplot Matrix: examples/splom.md
191-
# - Facet and Trellis Plots: examples/facet-plots.md
192-
- Parallel Categories Diagram: examples/parallel-categories-diagram.md
193-
# - Tree-plots: examples/tree-plots.md
194-
- Violin Plots: examples/violin.md
195-
- 2D Histogram Contour: examples/2d-histogram-contour.md
196-
# - Linear and Non-Linear Trendlines: examples/linear-fits.md
197-
# - Marginal Distribution Plots: examples/marginal-plots.md
198-
# - Strip Charts: examples/strip-charts.md
199-
- Continuous Error Bands: examples/continuous-error-bars.md
200-
# - Empirical Cumulative Distribution Plots: examples/ecdf-plots.md
129+
- Chart Events:
130+
- Click Events: examples/click-events.md
131+
- Hover Events: examples/hover-events.md
132+
- Zoom Events: examples/zoom-events.md
133+
- Disable Zoom Events: examples/disable-zoom.md
134+
- Animations:
135+
- Intro to Animations: examples/animations.md
136+
- Adding Sliders to Animations: examples/gapminder-example.md
137+
- Filled-Area Animation: examples/filled-area-animation.md
138+
- Map Animation: examples/map-animations.md
139+
- Advanced Options:
140+
- Plot CSV Data from an Ajax Call: examples/ajax-call.md
141+
- Streaming: examples/streaming.md
142+
- Remove Trace from Plot: examples/remove-trace.md
143+
- LaTeX: examples/LaTeX.md
144+
- Controls:
145+
- Dropdown Menus: examples/dropdowns.md
146+
- Custom Buttons: examples/custom-buttons.md
147+
- Sliders: examples/sliders.md
148+
- Lasso Selection: examples/lasso-selection.md
149+
- Range Slider and Selector: examples/range-slider.md
201150
- API Reference: reference/

0 commit comments

Comments
 (0)