diff --git a/doc/python/2D-Histogram.md b/doc/python/2D-Histogram.md index 8f52f3d2460..d2084271b76 100644 --- a/doc/python/2D-Histogram.md +++ b/doc/python/2D-Histogram.md @@ -27,12 +27,12 @@ jupyter: language: python layout: base name: 2D Histograms - order: 6 + order: 5 page_type: u-guide permalink: python/2D-Histogram/ redirect_from: - - python/2d-histogram/ - - python/2d-histograms/ + - python/2d-histogram/ + - python/2d-histograms/ thumbnail: thumbnail/histogram2d.jpg --- @@ -236,4 +236,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options! +See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/2d-histogram-contour.md b/doc/python/2d-histogram-contour.md index 50221b18f96..4a12924d4c7 100644 --- a/doc/python/2d-histogram-contour.md +++ b/doc/python/2d-histogram-contour.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 2D Histogram Contour - order: 12 + order: 11 page_type: u-guide permalink: python/2d-histogram-contour/ redirect_from: python/2d-density-plots/ @@ -249,4 +249,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options! +See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-axes.md b/doc/python/3d-axes.md index ee8aa79f7b9..514cd2ac877 100644 --- a/doc/python/3d-axes.md +++ b/doc/python/3d-axes.md @@ -229,4 +229,4 @@ fig.show() ```python -``` +``` \ No newline at end of file diff --git a/doc/python/3d-bubble-charts.md b/doc/python/3d-bubble-charts.md index f0848562980..4f5f013ab50 100644 --- a/doc/python/3d-bubble-charts.md +++ b/doc/python/3d-bubble-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.2.3 kernelspec: display_name: Python 3 @@ -22,14 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.7.3 plotly: - description: - How to make 3D Bubble Charts in Python with Plotly. Three examples + description: How to make 3D Bubble Charts in Python with Plotly. Three examples of 3D Bubble Charts. display_as: 3d_charts language: python layout: base name: 3D Bubble Charts - order: 7 + order: 6 page_type: u-guide permalink: python/3d-bubble-charts/ thumbnail: thumbnail/3dbubble.jpg @@ -167,4 +166,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref
for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref
for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-camera-controls.md b/doc/python/3d-camera-controls.md index 2bba80fa814..0e2457bc45e 100644 --- a/doc/python/3d-camera-controls.md +++ b/doc/python/3d-camera-controls.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Camera Controls - order: 6 + order: 5 permalink: python/3d-camera-controls/ thumbnail: thumbnail/3d-camera-controls.jpg --- @@ -290,4 +290,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options! +See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-isosurface-plots.md b/doc/python/3d-isosurface-plots.md index 2b444353f2e..a08deebf694 100644 --- a/doc/python/3d-isosurface-plots.md +++ b/doc/python/3d-isosurface-plots.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Isosurface Plots - order: 11 + order: 10 page_type: u-guide permalink: python/3d-isosurface-plots/ redirect_from: python/isosurfaces-with-marching-cubes/ @@ -235,5 +235,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#isosurface for more information and chart attribute options! - +See https://plotly.com/python/reference/#isosurface for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-line-plots.md b/doc/python/3d-line-plots.md index f49992f785a..77831521539 100644 --- a/doc/python/3d-line-plots.md +++ b/doc/python/3d-line-plots.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.2.3 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Line Plots - order: 8 + order: 7 page_type: u-guide permalink: python/3d-line-plots/ thumbnail: thumbnail/3d-line.jpg @@ -120,4 +120,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-mesh.md b/doc/python/3d-mesh.md index d180df26fe6..ce91bc56f7c 100644 --- a/doc/python/3d-mesh.md +++ b/doc/python/3d-mesh.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Mesh Plots - order: 10 + order: 9 page_type: u-guide permalink: python/3d-mesh/ thumbnail: thumbnail/3d-mesh.jpg @@ -163,4 +163,4 @@ fig.show() ``` ## Reference -See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options! +See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-scatter-plots.md b/doc/python/3d-scatter-plots.md index 3f40e554b01..7bac61f93d4 100644 --- a/doc/python/3d-scatter-plots.md +++ b/doc/python/3d-scatter-plots.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -122,4 +122,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/3d-subplots.md b/doc/python/3d-subplots.md index a5b09729316..5b728bb4c90 100644 --- a/doc/python/3d-subplots.md +++ b/doc/python/3d-subplots.md @@ -82,4 +82,4 @@ fig.show() #### Reference -See https://plotly.com/python/subplots/ for more information regarding subplots! +See https://plotly.com/python/subplots/ for more information regarding subplots! \ No newline at end of file diff --git a/doc/python/3d-surface-coloring.md b/doc/python/3d-surface-coloring.md index c8c2355c46f..ad117c446d8 100644 --- a/doc/python/3d-surface-coloring.md +++ b/doc/python/3d-surface-coloring.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Surface Coloring - order: 9 + order: 8 permalink: python/3d-surface-coloring/ thumbnail: thumbnail/3d-surface-color.jpg --- @@ -60,5 +60,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#surface-surfacecolor for more information! - +See https://plotly.com/python/reference/#surface-surfacecolor for more information! \ No newline at end of file diff --git a/doc/python/3d-surface-plots.md b/doc/python/3d-surface-plots.md index 7c407f2ca99..78e6720133c 100644 --- a/doc/python/3d-surface-plots.md +++ b/doc/python/3d-surface-plots.md @@ -166,4 +166,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#surface for more information! +See https://plotly.com/python/reference/#surface for more information! \ No newline at end of file diff --git a/doc/python/3d-volume.md b/doc/python/3d-volume.md index 1609deeb113..1c22ffb9799 100644 --- a/doc/python/3d-volume.md +++ b/doc/python/3d-volume.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Volume Plots - order: 12 + order: 11 page_type: u-guide permalink: python/3d-volume-plots/ thumbnail: thumbnail/3d-volume-plots.jpg @@ -257,4 +257,4 @@ fig.show() See https://plotly.com/python/reference/#volume for more information and chart attribute options! #### See also -[3D isosurface documentation](/python/3d-isosurface-plots/) +[3D isosurface documentation](/python/3d-isosurface-plots/) \ No newline at end of file diff --git a/doc/python/annotated-heatmap.md b/doc/python/annotated-heatmap.md index d5c753b201e..257fc85c09b 100644 --- a/doc/python/annotated-heatmap.md +++ b/doc/python/annotated-heatmap.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Annotated Heatmaps - order: 8 + order: 7 page_type: u-guide permalink: python/annotated-heatmap/ redirect_from: python/annotated_heatmap/ @@ -203,4 +203,4 @@ fig.show() #### Reference -For more info on Plotly heatmaps, see: https://plotly.com/python/reference/#heatmap.
For more info on using colorscales with Plotly see: https://plotly.com/python/heatmap-and-contour-colorscales/
For more info on `ff.create_annotated_heatmap()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_annotated_heatmap.html#plotly.figure_factory.create_annotated_heatmap) +For more info on Plotly heatmaps, see: https://plotly.com/python/reference/#heatmap.
For more info on using colorscales with Plotly see: https://plotly.com/python/heatmap-and-contour-colorscales/
For more info on `ff.create_annotated_heatmap()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_annotated_heatmap.html#plotly.figure_factory.create_annotated_heatmap) \ No newline at end of file diff --git a/doc/python/axes.md b/doc/python/axes.md index 9633b0a9530..2b829e16f7c 100644 --- a/doc/python/axes.md +++ b/doc/python/axes.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 @@ -22,15 +22,14 @@ jupyter: pygments_lexer: ipython3 version: 3.7.3 plotly: - description: - How to adjust axes properties in python. Includes examples of linear + description: How to adjust axes properties in python. Includes examples of linear and logarithmic axes, axes titles, styling and coloring axes and grid lines, and more. display_as: file_settings language: python layout: base name: Axes - order: 13 + order: 12 permalink: python/axes/ thumbnail: thumbnail/axes.png --- @@ -764,4 +763,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#layout-xaxis and https://plotly.com/python/reference/#layout-yaxis for more information and chart attribute options! +See https://plotly.com/python/reference/#layout-xaxis and https://plotly.com/python/reference/#layout-yaxis for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/bar-charts.md b/doc/python/bar-charts.md index e63dc20d61a..89d7582182a 100644 --- a/doc/python/bar-charts.md +++ b/doc/python/bar-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 @@ -386,4 +386,4 @@ See examples of horizontal bar charts [here](https://plotly.com/python/horizonta ### Reference -See https://plotly.com/python/reference/#bar for more information and chart attribute options! +See https://plotly.com/python/reference/#bar for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/box-plots.md b/doc/python/box-plots.md index 694198ee7c8..fc1af22d0e0 100644 --- a/doc/python/box-plots.md +++ b/doc/python/box-plots.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -31,8 +31,8 @@ jupyter: page_type: example_index permalink: python/box-plots/ redirect_from: - - /python/box/ - - /python/basic_statistics/ + - /python/box/ + - /python/basic_statistics/ thumbnail: thumbnail/box.jpg --- @@ -491,4 +491,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#box for more information and chart attribute options! +See https://plotly.com/python/reference/#box for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/bubble-charts.md b/doc/python/bubble-charts.md index 5d3309e7cc3..46e4ec785c0 100644 --- a/doc/python/bubble-charts.md +++ b/doc/python/bubble-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Bubble Charts - order: 6 + order: 5 page_type: u-guide permalink: python/bubble-charts/ redirect_from: python/bubble-charts-tutorial/ @@ -222,4 +222,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#scatter for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/bubble-maps.md b/doc/python/bubble-maps.md index 6c72e2f197f..d2c1d4d4c3c 100644 --- a/doc/python/bubble-maps.md +++ b/doc/python/bubble-maps.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -208,4 +208,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#choropleth and https://plotly.com/python/reference/#scattergeo for more information and chart attribute options! +See https://plotly.com/python/reference/#choropleth and https://plotly.com/python/reference/#scattergeo for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/builtin-colorscales.md b/doc/python/builtin-colorscales.md index 77413839e54..6bd57f206c1 100644 --- a/doc/python/builtin-colorscales.md +++ b/doc/python/builtin-colorscales.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,8 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - A reference for the built-in named continuous (sequential, diverging + description: A reference for the built-in named continuous (sequential, diverging and cylclical) color scales in Plotly. display_as: file_settings has_thumbnail: true @@ -31,7 +30,7 @@ jupyter: language: python layout: base name: Built-in Continuous Color Scales - order: 27 + order: 26 permalink: python/builtin-colorscales/ thumbnail: thumbnail/heatmap_colorscale.jpg v4upgrade: true @@ -124,4 +123,4 @@ fig.show() fig = px.colors.cyclical.swatches() fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/bullet-charts.md b/doc/python/bullet-charts.md index c8ca69af844..5fe757f4c68 100644 --- a/doc/python/bullet-charts.md +++ b/doc/python/bullet-charts.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Bullet Charts - order: 9 + order: 8 page_type: u-guide permalink: python/bullet-charts/ thumbnail: thumbnail/bullet.png @@ -171,4 +171,4 @@ See https://plotly.com/python/reference/#indicator for more information and char ```python -``` +``` \ No newline at end of file diff --git a/doc/python/candlestick-charts.md b/doc/python/candlestick-charts.md index 4f8c48960f2..d5e3a6b91d5 100644 --- a/doc/python/candlestick-charts.md +++ b/doc/python/candlestick-charts.md @@ -144,4 +144,4 @@ fig.show() ``` #### Reference -For more information on candlestick attributes, see: https://plotly.com/python/reference/#candlestick +For more information on candlestick attributes, see: https://plotly.com/python/reference/#candlestick \ No newline at end of file diff --git a/doc/python/carpet-contour.md b/doc/python/carpet-contour.md index 720eb2eadc1..fedd6fe3c51 100644 --- a/doc/python/carpet-contour.md +++ b/doc/python/carpet-contour.md @@ -29,7 +29,7 @@ jupyter: language: python layout: base name: Carpet Contour Plot - order: 15 + order: 14 page_type: u-guide permalink: python/carpet-contour/ thumbnail: thumbnail/contourcarpet.jpg @@ -286,4 +286,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#contourcarpet for more information and chart attribute options! +See https://plotly.com/python/reference/#contourcarpet for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/carpet-plot.md b/doc/python/carpet-plot.md index 5820da84198..ffe778fd713 100644 --- a/doc/python/carpet-plot.md +++ b/doc/python/carpet-plot.md @@ -29,7 +29,7 @@ jupyter: language: python layout: base name: Carpet Plots - order: 14 + order: 13 page_type: u-guide permalink: python/carpet-plot/ thumbnail: thumbnail/carpet.jpg @@ -189,4 +189,4 @@ To add points and lines see [Carpet Scatter Plots](https://plotly.com/python/car ### Reference -See https://plotly.com/python/reference/#carpet for more information and chart attribute options! +See https://plotly.com/python/reference/#carpet for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/carpet-scatter.md b/doc/python/carpet-scatter.md index e771cd5d909..052a081d29b 100644 --- a/doc/python/carpet-scatter.md +++ b/doc/python/carpet-scatter.md @@ -29,13 +29,12 @@ jupyter: language: python layout: base name: Carpet Scatter Plot - order: 16 + order: 15 page_type: u-guide permalink: python/carpet-scatter/ thumbnail: thumbnail/scattercarpet.jpg --- - ### Basic Carpet Plot ```python inputHidden=false outputHidden=false @@ -187,4 +186,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#scattercarpet for more information and chart attribute options! +See https://plotly.com/python/reference/#scattercarpet for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/choropleth-maps.md b/doc/python/choropleth-maps.md index 67ccb580f6c..5b69d486a71 100644 --- a/doc/python/choropleth-maps.md +++ b/doc/python/choropleth-maps.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Choropleth Maps - order: 8 + order: 7 page_type: u-guide permalink: python/choropleth-maps/ thumbnail: thumbnail/choropleth.jpg @@ -347,4 +347,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#choropleth for more information and chart attribute options! +See https://plotly.com/python/reference/#choropleth for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/colorscales.md b/doc/python/colorscales.md index 4fab915e659..550f537edbc 100644 --- a/doc/python/colorscales.md +++ b/doc/python/colorscales.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,8 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - How to set, create and control continous color scales and color bars + description: How to set, create and control continous color scales and color bars in scatter, bar, map and heatmap figures. display_as: file_settings has_thumbnail: true @@ -31,7 +30,7 @@ jupyter: language: python layout: base name: Continuous Color Scales and Color Bars - order: 20 + order: 19 permalink: python/colorscales/ redirect_from: python/logarithmic-color-scale/ thumbnail: thumbnail/heatmap_colorscale.jpg @@ -558,4 +557,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/ for more information and chart attribute options! +See https://plotly.com/python/reference/ for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/cone-plot.md b/doc/python/cone-plot.md index 2169d3f2ae5..e7d801f1ef1 100644 --- a/doc/python/cone-plot.md +++ b/doc/python/cone-plot.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: 3D Cone Plots - order: 13 + order: 12 page_type: u-guide permalink: python/cone-plot/ redirect_from: python/3d-cone/ @@ -127,5 +127,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/ for more information and chart attribute options! - +See https://plotly.com/python/reference/ for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/configuration-options.md b/doc/python/configuration-options.md index c8f46b7caaa..5593708c263 100644 --- a/doc/python/configuration-options.md +++ b/doc/python/configuration-options.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Configuration - order: 9 + order: 8 page_type: u-guide permalink: python/configuration-options/ thumbnail: thumbnail/modebar-icons.png @@ -285,4 +285,4 @@ The same configuration dictionary that you pass to the `config` parameter of the #### Reference -See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6 +See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6 \ No newline at end of file diff --git a/doc/python/contour-plots.md b/doc/python/contour-plots.md index f662d6ec6fb..3d6a41fa7dd 100644 --- a/doc/python/contour-plots.md +++ b/doc/python/contour-plots.md @@ -339,4 +339,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#contour for more information and chart attribute options! +See https://plotly.com/python/reference/#contour for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/county-choropleth.md b/doc/python/county-choropleth.md index 140c657a879..d6336e6c653 100644 --- a/doc/python/county-choropleth.md +++ b/doc/python/county-choropleth.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: USA County Choropleth Maps - order: 11 + order: 10 page_type: u-guide permalink: python/county-choropleth/ thumbnail: thumbnail/county-choropleth-usa-greybkgd.jpg @@ -277,4 +277,4 @@ Also see Mapbox county choropleths made in Python: [https://plotly.com/python/ma ### Reference -For more info on `ff.create_choropleth()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_choropleth.html) +For more info on `ff.create_choropleth()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_choropleth.html) \ No newline at end of file diff --git a/doc/python/creating-and-updating-figures.md b/doc/python/creating-and-updating-figures.md index c9b013234b7..b69100b777a 100644 --- a/doc/python/creating-and-updating-figures.md +++ b/doc/python/creating-and-updating-figures.md @@ -669,4 +669,4 @@ fig.data[0].marker.line.width = 4 fig.data[0].marker.line.color = "black" fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/datashader.md b/doc/python/datashader.md index 7c4ffce30c2..1c8d08852f7 100644 --- a/doc/python/datashader.md +++ b/doc/python/datashader.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Plotly and Datashader - order: 21 + order: 20 page_type: u-guide permalink: python/datashader/ thumbnail: thumbnail/datashader.jpg @@ -116,4 +116,4 @@ fig.show() ```python -``` +``` \ No newline at end of file diff --git a/doc/python/dendrogram.md b/doc/python/dendrogram.md index da6018ce8b8..ec3a20c1661 100644 --- a/doc/python/dendrogram.md +++ b/doc/python/dendrogram.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Dendrograms - order: 7 + order: 6 page_type: u-guide permalink: python/dendrogram/ thumbnail: thumbnail/dendrogram.jpg @@ -178,4 +178,4 @@ fig.show() ### Reference -For more info on `ff.create_dendrogram()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_dendrogram.html) +For more info on `ff.create_dendrogram()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_dendrogram.html) \ No newline at end of file diff --git a/doc/python/discrete-color.md b/doc/python/discrete-color.md index 5177bfb5be6..cb7457da2ea 100644 --- a/doc/python/discrete-color.md +++ b/doc/python/discrete-color.md @@ -30,7 +30,7 @@ jupyter: language: python layout: base name: Discrete Colors - order: 28 + order: 27 permalink: python/discrete-color/ thumbnail: thumbnail/heatmap_colorscale.jpg v4upgrade: true @@ -240,4 +240,4 @@ This works because just like in `px.colors.qualitative`, all [built-in continuou import plotly.express as px print(px.colors.sequential.Plasma) -``` +``` \ No newline at end of file diff --git a/doc/python/distplot.md b/doc/python/distplot.md index aba7cfe9bd2..e27c5af35ed 100644 --- a/doc/python/distplot.md +++ b/doc/python/distplot.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -287,4 +287,4 @@ fig.show() #### Reference -For more info on `ff.create_distplot()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_distplot.html) +For more info on `ff.create_distplot()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_distplot.html) \ No newline at end of file diff --git a/doc/python/dot-plots.md b/doc/python/dot-plots.md index 70d1b773dea..bd0eea5128b 100644 --- a/doc/python/dot-plots.md +++ b/doc/python/dot-plots.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Dot Plots - order: 7 + order: 6 page_type: u-guide permalink: python/dot-plots/ thumbnail: thumbnail/dot-plot.jpg @@ -158,4 +158,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#scatter for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/error-bars.md b/doc/python/error-bars.md index 4dcfb101456..c502d34a21a 100644 --- a/doc/python/error-bars.md +++ b/doc/python/error-bars.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.2.0 kernelspec: display_name: Python 3 @@ -202,4 +202,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/facet-plots.md b/doc/python/facet-plots.md index 5bfd632fae8..2178eb7c337 100644 --- a/doc/python/facet-plots.md +++ b/doc/python/facet-plots.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Facet and Trellis Plots - order: 8 + order: 7 page_type: u-guide permalink: python/facet-plots/ redirect_from: @@ -138,4 +138,4 @@ for i in range(1, 4): fig.add_trace(go.Scatter(x=x, y=np.random.random(N)), 1, i) fig.update_xaxes(matches='x') fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/figure-factories.md b/doc/python/figure-factories.md index 78adda2f81e..881185e332a 100644 --- a/doc/python/figure-factories.md +++ b/doc/python/figure-factories.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,13 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - Figure Factories are dedicated functions for creating very specific types of plots. + description: Figure Factories are dedicated functions for creating very specific + types of plots. display_as: file_settings language: python layout: base name: Figure Factories - order: 32 + order: 31 permalink: python/figure-factories/ thumbnail: thumbnail/streamline.jpg --- @@ -55,4 +55,4 @@ Deprecated "legacy" Figure Factories include: #### Reference -For more information about the contents of `plotly.figure_factory`, including deprecated methods, please refer to our [API Reference documentation](https://plotly.com/python-api-reference/plotly.figure_factory.html). +For more information about the contents of `plotly.figure_factory`, including deprecated methods, please refer to our [API Reference documentation](https://plotly.com/python-api-reference/plotly.figure_factory.html). \ No newline at end of file diff --git a/doc/python/figure-factory-table.md b/doc/python/figure-factory-table.md index 914ed84f89c..5b4dbfa60c9 100644 --- a/doc/python/figure-factory-table.md +++ b/doc/python/figure-factory-table.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Figure Factory Tables - order: 16 + order: 15 permalink: python/figure-factory-table/ redirect_from: - python/figure-factory/table/ @@ -278,5 +278,4 @@ fig.show() #### Reference -For more info on `ff.create_table()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_table.html) - +For more info on `ff.create_table()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_table.html) \ No newline at end of file diff --git a/doc/python/figure-labels.md b/doc/python/figure-labels.md index 38a3ec7f930..2e8d229feee 100644 --- a/doc/python/figure-labels.md +++ b/doc/python/figure-labels.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Setting the Font, Title, Legend Entries, and Axis Titles - order: 12 + order: 11 permalink: python/figure-labels/ redirect_from: python/font/ thumbnail: thumbnail/figure-labels.png @@ -90,4 +90,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout for more information! +See https://plotly.com/python/reference/#layout for more information! \ No newline at end of file diff --git a/doc/python/filled-area-on-mapbox.md b/doc/python/filled-area-on-mapbox.md index 979b9afd6de..e59c432f55c 100644 --- a/doc/python/filled-area-on-mapbox.md +++ b/doc/python/filled-area-on-mapbox.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -141,4 +141,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scattermapbox for more information about mapbox and their attribute options. +See https://plotly.com/python/reference/#scattermapbox for more information about mapbox and their attribute options. \ No newline at end of file diff --git a/doc/python/filled-area-plots.md b/doc/python/filled-area-plots.md index 63f578c741a..d648cbd7154 100644 --- a/doc/python/filled-area-plots.md +++ b/doc/python/filled-area-plots.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Filled Area Plots - order: 8 + order: 7 page_type: u-guide permalink: python/filled-area-plots/ thumbnail: thumbnail/area.jpg @@ -212,4 +212,4 @@ fig.show() See https://plotly.com/python/reference/#scatter-line and https://plotly.com/python/reference/#scatter-fill -for more information and attribute options! +for more information and attribute options! \ No newline at end of file diff --git a/doc/python/funnel-charts.md b/doc/python/funnel-charts.md index ad6e5b67660..7f6deae1fa5 100644 --- a/doc/python/funnel-charts.md +++ b/doc/python/funnel-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 @@ -202,4 +202,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#funnel and https://plotly.com/python/reference/#funnelarea for more information and chart attribute options! +See https://plotly.com/python/reference/#funnel and https://plotly.com/python/reference/#funnelarea for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/gantt.md b/doc/python/gantt.md index 42ba7ed84fb..dc83b3ba002 100644 --- a/doc/python/gantt.md +++ b/doc/python/gantt.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Gantt Charts - order: 10 + order: 9 page_type: u-guide permalink: python/gantt/ thumbnail: thumbnail/gantt.jpg @@ -165,4 +165,4 @@ fig.show() #### Reference -For more info on `ff.create_gantt()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_gantt.html) +For more info on `ff.create_gantt()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_gantt.html) \ No newline at end of file diff --git a/doc/python/gauge-charts.md b/doc/python/gauge-charts.md index 0d6ba38127a..8b206003a62 100644 --- a/doc/python/gauge-charts.md +++ b/doc/python/gauge-charts.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Gauge Charts - order: 8 + order: 7 page_type: u-guide permalink: python/gauge-charts/ redirect_from: @@ -110,4 +110,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#indicator for more information and chart attribute options! +See https://plotly.com/python/reference/#indicator for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/graphing-multiple-chart-types.md b/doc/python/graphing-multiple-chart-types.md index 118e1c6a616..d563042789b 100644 --- a/doc/python/graphing-multiple-chart-types.md +++ b/doc/python/graphing-multiple-chart-types.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Multiple Chart Types - order: 17 + order: 16 page_type: u-guide permalink: python/graphing-multiple-chart-types/ thumbnail: thumbnail/multiple-chart-type.jpg @@ -98,4 +98,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/ for more information and attribute options! +See https://plotly.com/python/reference/ for more information and attribute options! \ No newline at end of file diff --git a/doc/python/heatmaps.md b/doc/python/heatmaps.md index a92eb30a8b3..defed42f5f1 100644 --- a/doc/python/heatmaps.md +++ b/doc/python/heatmaps.md @@ -182,4 +182,4 @@ Arrays of rasterized values build by datashader can be visualized using plotly's heatmaps, as shown in the [plotly and datashader tutorial](/python/datashader/). #### Reference -See https://plotly.com/python/reference/#heatmap for more information and chart attribute options! +See https://plotly.com/python/reference/#heatmap for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/histograms.md b/doc/python/histograms.md index b40bf2f2667..fd4a9d7c983 100644 --- a/doc/python/histograms.md +++ b/doc/python/histograms.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -392,4 +392,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#histogram for more information and chart attribute options! +See https://plotly.com/python/reference/#histogram for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/horizontal-bar-charts.md b/doc/python/horizontal-bar-charts.md index 2578a5c7b9e..1897f3ffcfe 100644 --- a/doc/python/horizontal-bar-charts.md +++ b/doc/python/horizontal-bar-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Horizontal Bar Charts - order: 9 + order: 8 page_type: u-guide permalink: python/horizontal-bar-charts/ thumbnail: thumbnail/horizontal-bar.jpg @@ -335,4 +335,4 @@ fig.show() ### Reference -See more examples of bar charts and styling options [here](https://plotly.com/python/bar-charts/).
See https://plotly.com/python/reference/#bar for more information and chart attribute options! +See more examples of bar charts and styling options [here](https://plotly.com/python/bar-charts/).
See https://plotly.com/python/reference/#bar for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/hover-text-and-formatting.md b/doc/python/hover-text-and-formatting.md index f9af98819f2..37cd419a3e3 100644 --- a/doc/python/hover-text-and-formatting.md +++ b/doc/python/hover-text-and-formatting.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Hover Text and Formatting - order: 22 + order: 21 permalink: python/hover-text-and-formatting/ thumbnail: thumbnail/hover-text.png --- @@ -404,4 +404,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/ for more information and chart attribute options! +See https://plotly.com/python/reference/ for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/images.md b/doc/python/images.md index 5d63c0ebb9c..32d5826f826 100644 --- a/doc/python/images.md +++ b/doc/python/images.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Images - order: 23 + order: 22 permalink: python/images/ thumbnail: thumbnail/images.png v4upgrade: true @@ -360,4 +360,4 @@ fig.show(config={'modeBarButtonsToAdd':['drawline', ``` #### Reference -See https://plotly.com/python/reference/#layout-images for more information and chart attribute options! +See https://plotly.com/python/reference/#layout-images for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/imshow.md b/doc/python/imshow.md index cfb246d9d07..a63c413b56f 100644 --- a/doc/python/imshow.md +++ b/doc/python/imshow.md @@ -308,5 +308,4 @@ fig.show(config={'modeBarButtonsToAdd':['drawline', ``` #### Reference -See https://plotly.com/python/reference/#image for more information and chart attribute options! - +See https://plotly.com/python/reference/#image for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/indicator.md b/doc/python/indicator.md index a695045b20b..a28c8734d1c 100644 --- a/doc/python/indicator.md +++ b/doc/python/indicator.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Indicators - order: 7 + order: 6 page_type: u-guide permalink: python/indicator/ thumbnail: thumbnail/indicator.jpg @@ -206,4 +206,4 @@ See https://plotly.com/python/reference/#indicator for more information and char ```python -``` +``` \ No newline at end of file diff --git a/doc/python/interactive-html-export.md b/doc/python/interactive-html-export.md index 5c919946c99..981a0fab79b 100644 --- a/doc/python/interactive-html-export.md +++ b/doc/python/interactive-html-export.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Interactive HTML Export - order: 30 + order: 29 page_type: u-guide permalink: python/interactive-html-export/ thumbnail: thumbnail/static-image-export.png @@ -62,4 +62,4 @@ By default, the resulting HTML file is a fully self-contained HTML file which ca import plotly.graph_objects as go help(go.Figure.write_html) -``` +``` \ No newline at end of file diff --git a/doc/python/ipython-vs-python.md b/doc/python/ipython-vs-python.md index f64446c0346..d3fb88b409e 100644 --- a/doc/python/ipython-vs-python.md +++ b/doc/python/ipython-vs-python.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: IPython vs Python - order: 25 + order: 24 permalink: python/ipython-vs-python/ thumbnail: thumbnail/venn.jpg --- @@ -63,4 +63,4 @@ In 2015, the IPython developers made a major code reorganization of their ever-g
In conclusion, IPython and Jupyter are great interfaces to the Python language. If you're learning Python, using the IPython terminal or the Jupyter Notebook is highly recommended.

-This was a guest article written by Cyrille Rossant, author of Learning IPython for Interactive Computing and Data Visualization, second edition and IPython Interactive Computing and Visualization Cookbook. +This was a guest article written by Cyrille Rossant, author of Learning IPython for Interactive Computing and Data Visualization, second edition and IPython Interactive Computing and Visualization Cookbook. \ No newline at end of file diff --git a/doc/python/legend.md b/doc/python/legend.md index e78da4b0a14..9d62ae391df 100644 --- a/doc/python/legend.md +++ b/doc/python/legend.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Legends - order: 14 + order: 13 permalink: python/legend/ redirect_from: python/horizontal-legend/ thumbnail: thumbnail/legends.gif @@ -434,4 +434,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#layout-legend for more information! +See https://plotly.com/python/reference/#layout-legend for more information! \ No newline at end of file diff --git a/doc/python/line-and-scatter.md b/doc/python/line-and-scatter.md index 28cfbe4cf44..081bf9d2420 100644 --- a/doc/python/line-and-scatter.md +++ b/doc/python/line-and-scatter.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -276,4 +276,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#scatter or https://plotly.com/python/reference/#scattergl for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter or https://plotly.com/python/reference/#scattergl for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/line-charts.md b/doc/python/line-charts.md index dcc9c831503..22ed3b0e63b 100644 --- a/doc/python/line-charts.md +++ b/doc/python/line-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -22,8 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.7 plotly: - description: - How to make line charts in Python with Plotly. Examples on creating + description: How to make line charts in Python with Plotly. Examples on creating and styling line charts in Python with Plotly. display_as: basic language: python @@ -408,4 +407,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/linear-fits.md b/doc/python/linear-fits.md index 75e27c93e54..ca80970cbf9 100644 --- a/doc/python/linear-fits.md +++ b/doc/python/linear-fits.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -22,14 +22,14 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - Add linear Ordinary Least Squares (OLS) regression trendlines or non-linear - Locally Weighted Scatterplot Smoothing (LOEWSS) trendlines to scatterplots in Python. + description: Add linear Ordinary Least Squares (OLS) regression trendlines or + non-linear Locally Weighted Scatterplot Smoothing (LOEWSS) trendlines to scatterplots + in Python. display_as: statistical language: python layout: base name: Linear and Non-Linear Trendlines - order: 13 + order: 12 page_type: u-guide permalink: python/linear-fits/ thumbnail: thumbnail/linear_fit.jpg @@ -76,4 +76,4 @@ import plotly.express as px df = px.data.gapminder().query("year == 2007") fig = px.scatter(df, x="gdpPercap", y="lifeExp", color="continent", trendline="lowess") fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/lines-on-mapbox.md b/doc/python/lines-on-mapbox.md index cbee7bc0a46..2f36f0daeb5 100644 --- a/doc/python/lines-on-mapbox.md +++ b/doc/python/lines-on-mapbox.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -90,4 +90,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scattermapbox for more information about mapbox and their attribute options. +See https://plotly.com/python/reference/#scattermapbox for more information about mapbox and their attribute options. \ No newline at end of file diff --git a/doc/python/lines-on-maps.md b/doc/python/lines-on-maps.md index 5f00ee0a950..1eaa3e14551 100644 --- a/doc/python/lines-on-maps.md +++ b/doc/python/lines-on-maps.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Lines on Maps - order: 7 + order: 6 page_type: u-guide permalink: python/lines-on-maps/ thumbnail: thumbnail/flight-paths.jpg @@ -289,4 +289,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scattergeo for more information and chart attribute options! +See https://plotly.com/python/reference/#scattergeo for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/log-plot.md b/doc/python/log-plot.md index d649da7a693..c35747869e7 100644 --- a/doc/python/log-plot.md +++ b/doc/python/log-plot.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Log Plots - order: 6 + order: 5 permalink: python/log-plot/ thumbnail: thumbnail/log.jpg --- @@ -54,5 +54,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout-xaxis-type for more information and chart attribute options! - +See https://plotly.com/python/reference/#layout-xaxis-type for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/map-configuration.md b/doc/python/map-configuration.md index 5bd29ead005..65e506456cc 100644 --- a/doc/python/map-configuration.md +++ b/doc/python/map-configuration.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Map Configuration and Styling - order: 13 + order: 12 page_type: u-guide permalink: python/map-configuration/ thumbnail: thumbnail/county-level-choropleth.jpg @@ -224,4 +224,4 @@ See https://plotly.com/python/reference/#layout-geo for more information and cha ```python -``` +``` \ No newline at end of file diff --git a/doc/python/mapbox-county-choropleth.md b/doc/python/mapbox-county-choropleth.md index d6484a9d8a9..a5098a7594f 100644 --- a/doc/python/mapbox-county-choropleth.md +++ b/doc/python/mapbox-county-choropleth.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,8 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - How to make a Mapbox Choropleth Map of US Counties in Python with + description: How to make a Mapbox Choropleth Map of US Counties in Python with Plotly. display_as: maps language: python @@ -210,4 +209,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#choroplethmapbox for more information about mapbox and their attribute options. +See https://plotly.com/python/reference/#choroplethmapbox for more information about mapbox and their attribute options. \ No newline at end of file diff --git a/doc/python/mapbox-density-heatmaps.md b/doc/python/mapbox-density-heatmaps.md index 52e32eb46a9..bca13b62452 100644 --- a/doc/python/mapbox-density-heatmaps.md +++ b/doc/python/mapbox-density-heatmaps.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Mapbox Density Heatmap - order: 6 + order: 5 page_type: u-guide permalink: python/mapbox-density-heatmaps/ thumbnail: thumbnail/mapbox-density.png @@ -72,4 +72,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#densitymapbox for more information about mapbox and their attribute options. +See https://plotly.com/python/reference/#densitymapbox for more information about mapbox and their attribute options. \ No newline at end of file diff --git a/doc/python/mapbox-layers.md b/doc/python/mapbox-layers.md index 35a2ebbdb0a..cfd2e853d01 100644 --- a/doc/python/mapbox-layers.md +++ b/doc/python/mapbox-layers.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,14 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - How to make Mapbox maps in Python with various base layers, with + description: How to make Mapbox maps in Python with various base layers, with or without needing a Mapbox Access token. display_as: maps language: python layout: base name: Mapbox Map Layers - order: 9 + order: 8 page_type: u-guide permalink: python/mapbox-layers/ thumbnail: thumbnail/mapbox-layers.png @@ -192,4 +191,4 @@ See the example in the [plotly and datashader tutorial](/python/datashader). #### Reference -See https://plotly.com/python/reference/#layout-mapbox for more information and options! +See https://plotly.com/python/reference/#layout-mapbox for more information and options! \ No newline at end of file diff --git a/doc/python/marker-style.md b/doc/python/marker-style.md index 7e67a6f61ab..8110d154a83 100644 --- a/doc/python/marker-style.md +++ b/doc/python/marker-style.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Styling Markers - order: 19 + order: 18 permalink: python/marker-style/ thumbnail: thumbnail/marker-style.gif --- @@ -342,4 +342,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/ for more information and chart attribute options! +See https://plotly.com/python/reference/ for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/multiple-axes.md b/doc/python/multiple-axes.md index 8df0465f5a1..5e598827d62 100644 --- a/doc/python/multiple-axes.md +++ b/doc/python/multiple-axes.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Multiple Axes - order: 15 + order: 14 permalink: python/multiple-axes/ thumbnail: thumbnail/multiple-axes.jpg --- @@ -225,4 +225,4 @@ fig.show() ``` #### Reference -All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section. +All of the y-axis properties are found here: https://plotly.com/python/reference/#YAxis. For more information on creating subplots see the [Subplots in Python](/python/subplots/) section. \ No newline at end of file diff --git a/doc/python/network-graphs.md b/doc/python/network-graphs.md index 8acf4972249..33b9c5c7ee6 100644 --- a/doc/python/network-graphs.md +++ b/doc/python/network-graphs.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Network Graphs - order: 13 + order: 12 page_type: u-guide permalink: python/network-graphs/ redirect_from: @@ -146,4 +146,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatter for more information and chart attribute options! +See https://plotly.com/python/reference/#scatter for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/ohlc-charts.md b/doc/python/ohlc-charts.md index 585688df9ac..81aa5589076 100644 --- a/doc/python/ohlc-charts.md +++ b/doc/python/ohlc-charts.md @@ -18,7 +18,7 @@ jupyter: language: python layout: base name: OHLC Charts - order: 6 + order: 5 permalink: python/ohlc-charts/ thumbnail: thumbnail/ohlc.jpg --- @@ -155,4 +155,4 @@ fig.show() ``` #### Reference -For more information on candlestick attributes, see: https://plotly.com/python/reference/#ohlc +For more information on candlestick attributes, see: https://plotly.com/python/reference/#ohlc \ No newline at end of file diff --git a/doc/python/orca-management.md b/doc/python/orca-management.md index 0761747ec0b..f49e28dec70 100644 --- a/doc/python/orca-management.md +++ b/doc/python/orca-management.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Orca Management - order: 8 + order: 7 permalink: python/orca-management/ thumbnail: thumbnail/orca-management.png --- @@ -207,4 +207,4 @@ In addition to the `executable` property, the `plotly.io.orca.config` object can ### Saving Configuration Settings -Configuration options can optionally be saved to the `~/.plotly/` directory by calling the `plotly.io.config.save()` method. Saved setting will be automatically loaded at the start of future sessions. +Configuration options can optionally be saved to the `~/.plotly/` directory by calling the `plotly.io.config.save()` method. Saved setting will be automatically loaded at the start of future sessions. \ No newline at end of file diff --git a/doc/python/pandas-backend.md b/doc/python/pandas-backend.md index 67bc4fc48ef..c568ea225b2 100644 --- a/doc/python/pandas-backend.md +++ b/doc/python/pandas-backend.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Pandas Plotting Backend - order: 31 + order: 30 permalink: python/pandas-backend/ redirect_from: python/cufflinks/ thumbnail: thumbnail/plotly-express.png @@ -198,4 +198,4 @@ fig.show() ### What about Cufflinks? -There also exists an independent third-party wrapper library around Plotly called [Cufflinks](https://github.com/santosjorge/cufflinks), which provides similar functionality (with an API closer to that of Pandas' default `matplotlib` backend) by adding a `.iplot()` method to Pandas dataframes, as it was developed before Pandas supported configurable backends. Issues and questions regarding Cufflinks should be [raised in the Cufflinks repository](https://github.com/santosjorge/cufflinks/issues/new). +There also exists an independent third-party wrapper library around Plotly called [Cufflinks](https://github.com/santosjorge/cufflinks), which provides similar functionality (with an API closer to that of Pandas' default `matplotlib` backend) by adding a `.iplot()` method to Pandas dataframes, as it was developed before Pandas supported configurable backends. Issues and questions regarding Cufflinks should be [raised in the Cufflinks repository](https://github.com/santosjorge/cufflinks/issues/new). \ No newline at end of file diff --git a/doc/python/parallel-categories-diagram.md b/doc/python/parallel-categories-diagram.md index 0d13144ffb9..ac9ae57a4fa 100644 --- a/doc/python/parallel-categories-diagram.md +++ b/doc/python/parallel-categories-diagram.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Parallel Categories Diagram - order: 9 + order: 8 page_type: u-guide permalink: python/parallel-categories-diagram/ thumbnail: thumbnail/parcats.jpg @@ -288,4 +288,4 @@ widgets.VBox([color_toggle, fig]) #### Reference -See [reference page](https://plotly.com/python/reference/#parcats) for more information and chart attribute options! +See [reference page](https://plotly.com/python/reference/#parcats) for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/parallel-coordinates-plot.md b/doc/python/parallel-coordinates-plot.md index 327f9702d08..74a41ec5204 100644 --- a/doc/python/parallel-coordinates-plot.md +++ b/doc/python/parallel-coordinates-plot.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernel_info: name: python2 @@ -29,7 +29,7 @@ jupyter: language: python layout: base name: Parallel Coordinates Plot - order: 10 + order: 9 page_type: u-guide permalink: python/parallel-coordinates-plot/ thumbnail: thumbnail/parcoords.jpg @@ -173,4 +173,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#parcoords for more information and chart attribute options! +See https://plotly.com/python/reference/#parcoords for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/pie-charts.md b/doc/python/pie-charts.md index cd9ffbf348e..20a9fea4e79 100644 --- a/doc/python/pie-charts.md +++ b/doc/python/pie-charts.md @@ -304,4 +304,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#pie for more information and chart attribute options! +See https://plotly.com/python/reference/#pie for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/plotly-express.md b/doc/python/plotly-express.md index d46a2c3733a..9284a49f398 100644 --- a/doc/python/plotly-express.md +++ b/doc/python/plotly-express.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,8 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: - Plotly Express is a terse, consistent, high-level API for rapid data + description: Plotly Express is a terse, consistent, high-level API for rapid data exploration and figure generation. display_as: file_settings language: python @@ -361,4 +360,4 @@ import plotly.express as px df = px.data.gapminder() fig = px.choropleth(df, locations="iso_alpha", color="lifeExp", hover_name="country", animation_frame="year", range_color=[20,80]) fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/polar-chart.md b/doc/python/polar-chart.md index 3430fe6b51d..3318e32641b 100644 --- a/doc/python/polar-chart.md +++ b/doc/python/polar-chart.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Polar Charts - order: 17 + order: 16 page_type: u-guide permalink: python/polar-chart/ thumbnail: thumbnail/polar.gif @@ -438,4 +438,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatterpolar for more information and chart attribute options! +See https://plotly.com/python/reference/#scatterpolar for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/px-arguments.md b/doc/python/px-arguments.md index 7f54ac232a6..45db70dadab 100644 --- a/doc/python/px-arguments.md +++ b/doc/python/px-arguments.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Plotly Express Arguments - order: 18 + order: 17 page_type: u-guide permalink: python/px-arguments/ thumbnail: thumbnail/plotly-express.png @@ -241,4 +241,4 @@ fig = px.bar(df, x='year', y=gdp, color='continent', labels={'y':'log gdp'}, hover_data=['country'], title='Evolution of world GDP') fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/quiver-plots.md b/doc/python/quiver-plots.md index 21e345f7439..530c305e47a 100644 --- a/doc/python/quiver-plots.md +++ b/doc/python/quiver-plots.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Quiver Plots - order: 11 + order: 10 permalink: python/quiver-plots/ thumbnail: thumbnail/quiver-plot.jpg --- @@ -85,4 +85,4 @@ fig.show() #### Reference -For more info on `ff.create_quiver()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_quiver.html) +For more info on `ff.create_quiver()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_quiver.html) \ No newline at end of file diff --git a/doc/python/radar-chart.md b/doc/python/radar-chart.md index eb753aec3be..c0dff274903 100644 --- a/doc/python/radar-chart.md +++ b/doc/python/radar-chart.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Radar Charts - order: 18 + order: 17 page_type: u-guide permalink: python/radar-chart/ thumbnail: thumbnail/radar.gif @@ -129,4 +129,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scatterpolar for more information and chart attribute options! +See https://plotly.com/python/reference/#scatterpolar for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/renderers.md b/doc/python/renderers.md index e8a51cda602..dd808183cc0 100644 --- a/doc/python/renderers.md +++ b/doc/python/renderers.md @@ -232,4 +232,4 @@ Plotly figures can be displayed in [ipywidgets](https://ipywidgets.readthedocs.i See the [Plotly FigureWidget Overview](https://plot.ly/python/figurewidget/) for more information on integrating `plotly.py` figures with `ipywidgets`. -It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `show()` figure method or the `plotly.io.show` function on `FigureWidget` objects. +It is important to note that `FigureWidget` does not use the renderers framework discussed above, so you should not use the `show()` figure method or the `plotly.io.show` function on `FigureWidget` objects. \ No newline at end of file diff --git a/doc/python/sankey-diagram.md b/doc/python/sankey-diagram.md index a42b3d8420a..cf6bfbfc3ce 100644 --- a/doc/python/sankey-diagram.md +++ b/doc/python/sankey-diagram.md @@ -29,7 +29,7 @@ jupyter: language: python layout: base name: Sankey Diagram - order: 13 + order: 12 page_type: u-guide permalink: python/sankey-diagram/ thumbnail: thumbnail/sankey.jpg @@ -199,4 +199,4 @@ fig.show() ### Reference -See [https://plotly.com/python/reference/#sankey](https://plotly.com/python/reference/#sankey) for more information and options! +See [https://plotly.com/python/reference/#sankey](https://plotly.com/python/reference/#sankey) for more information and options! \ No newline at end of file diff --git a/doc/python/scatter-plots-on-maps.md b/doc/python/scatter-plots-on-maps.md index c2130aa74bf..2b116b77b50 100644 --- a/doc/python/scatter-plots-on-maps.md +++ b/doc/python/scatter-plots-on-maps.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -22,14 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.6.7 plotly: - description: - How to make scatter plots on maps in Python. Scatter plots on maps + description: How to make scatter plots on maps in Python. Scatter plots on maps highlight geographic areas and can be colored by value. display_as: maps language: python layout: base name: Scatter Plots on Maps - order: 12 + order: 11 page_type: u-guide permalink: python/scatter-plots-on-maps/ thumbnail: thumbnail/scatter-plot-on-maps.jpg @@ -215,4 +214,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scattergeo and https://plotly.com/python/reference/#layout-geo for more information and chart attribute options! +See https://plotly.com/python/reference/#scattergeo and https://plotly.com/python/reference/#layout-geo for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/scattermapbox.md b/doc/python/scattermapbox.md index 03789fba8f0..f658f6abd8a 100644 --- a/doc/python/scattermapbox.md +++ b/doc/python/scattermapbox.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Scatter Plots on Mapbox - order: 10 + order: 9 page_type: u-guide permalink: python/scattermapbox/ thumbnail: thumbnail/scatter-mapbox.jpg @@ -228,4 +228,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#scattermapbox for more information and options! +See https://plotly.com/python/reference/#scattermapbox for more information and options! \ No newline at end of file diff --git a/doc/python/setting-graph-size.md b/doc/python/setting-graph-size.md index 823bcc106f8..6bc503bb091 100644 --- a/doc/python/setting-graph-size.md +++ b/doc/python/setting-graph-size.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Setting Graph Size - order: 10 + order: 9 permalink: python/setting-graph-size/ thumbnail: thumbnail/sizing.png --- @@ -113,4 +113,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#layout for more information and chart attribute options! +See https://plotly.com/python/reference/#layout for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/shapes.md b/doc/python/shapes.md index 6338506e741..55415dfc716 100644 --- a/doc/python/shapes.md +++ b/doc/python/shapes.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Shapes - order: 24 + order: 23 permalink: python/shapes/ thumbnail: thumbnail/shape.jpg --- @@ -803,4 +803,4 @@ fig.show(config={'modeBarButtonsToAdd':['drawline', ``` ### Reference -See https://plotly.com/python/reference/#layout-shapes for more information and chart attribute options! +See https://plotly.com/python/reference/#layout-shapes for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/splom.md b/doc/python/splom.md index 4176719b1ec..961bf4e2886 100644 --- a/doc/python/splom.md +++ b/doc/python/splom.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -22,14 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.6.7 plotly: - description: - How to make scatterplot matrices or sploms natively in Python with + description: How to make scatterplot matrices or sploms natively in Python with Plotly. display_as: statistical language: python layout: base name: Scatterplot Matrix - order: 7 + order: 6 page_type: u-guide permalink: python/splom/ redirect_from: python/scatterplot-matrix/ @@ -290,4 +289,4 @@ fig.update_layout(title=title, hovermode='closest') fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/static-image-export.md b/doc/python/static-image-export.md index e62a0ed3294..6d1b68b8bbe 100644 --- a/doc/python/static-image-export.md +++ b/doc/python/static-image-export.md @@ -29,7 +29,7 @@ jupyter: language: python layout: base name: Static Image Export - order: 6 + order: 5 page_type: u-guide permalink: python/static-image-export/ thumbnail: thumbnail/static-image-export.png @@ -218,4 +218,4 @@ Image(img_bytes) ### Summary In summary, to export high-quality static images from plotly.py, all you need to do is install orca, psutil, and requests and then use the `plotly.io.write_image` and `plotly.io.to_image` functions (or the `.write_image` and `.to_image` graph object figure methods). -If you want to know more about how the orca integration works, or if you need to troubleshoot an issue, please check out the [Orca Management](/python/orca-management/) section. +If you want to know more about how the orca integration works, or if you need to troubleshoot an issue, please check out the [Orca Management](/python/orca-management/) section. \ No newline at end of file diff --git a/doc/python/streamline-plots.md b/doc/python/streamline-plots.md index 4ed157ef8d0..3fc0e6e69a2 100644 --- a/doc/python/streamline-plots.md +++ b/doc/python/streamline-plots.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Streamline Plots - order: 12 + order: 11 permalink: python/streamline-plots/ thumbnail: thumbnail/streamline.jpg --- @@ -106,5 +106,4 @@ For representing the 2-D vector field as arrows, see the [quiver plot tutorial]( #### Reference -For more info on `ff.create_streamline()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_streamline.html) - +For more info on `ff.create_streamline()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_streamline.html) \ No newline at end of file diff --git a/doc/python/streamtube-plot.md b/doc/python/streamtube-plot.md index 14672ae9f28..6bb9941a287 100644 --- a/doc/python/streamtube-plot.md +++ b/doc/python/streamtube-plot.md @@ -27,13 +27,12 @@ jupyter: language: python layout: base name: 3D Streamtube Plots - order: 14 + order: 13 page_type: u-guide permalink: python/streamtube-plot/ thumbnail: thumbnail/streamtube.jpg --- - ### Introduction @@ -131,5 +130,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#streamtube for more information and chart attribute options! - +See https://plotly.com/python/reference/#streamtube for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/styling-plotly-express.md b/doc/python/styling-plotly-express.md index c4e98f0cb14..5379ea0bfef 100644 --- a/doc/python/styling-plotly-express.md +++ b/doc/python/styling-plotly-express.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.2" + format_version: '1.2' jupytext_version: 1.3.1 kernelspec: display_name: Python 3 @@ -22,12 +22,14 @@ jupyter: pygments_lexer: ipython3 version: 3.6.8 plotly: - description: Figures made with Plotly Express can be customized in all the same ways as figures made with graph objects, as well as with PX-specific function arguments. + description: Figures made with Plotly Express can be customized in all the same + ways as figures made with graph objects, as well as with PX-specific function + arguments. display_as: file_settings language: python layout: base name: Styling Plotly Express Figures - order: 29 + order: 28 page_type: u-guide permalink: python/styling-plotly-express/ thumbnail: thumbnail/plotly-express.png @@ -180,4 +182,4 @@ px.defaults.height = 400 df = px.data.iris() fig = px.scatter(df, x="sepal_width", y="sepal_length", color="sepal_length", width=400) fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/subplots.md b/doc/python/subplots.md index 4e0c92fd8c8..50d7b90e8e5 100644 --- a/doc/python/subplots.md +++ b/doc/python/subplots.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Subplots - order: 16 + order: 15 page_type: u-guide permalink: python/subplots/ redirect_from: ipython-notebooks/subplots/ @@ -579,4 +579,4 @@ All of the y-axis properties are found here: https://plotly.com/python/reference ```python from plotly.subplots import make_subplots help(make_subplots) -``` +``` \ No newline at end of file diff --git a/doc/python/sunburst-charts.md b/doc/python/sunburst-charts.md index a6ec9f59802..eb9f2fb8cce 100644 --- a/doc/python/sunburst-charts.md +++ b/doc/python/sunburst-charts.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Sunburst Charts - order: 11 + order: 10 page_type: u-guide permalink: python/sunburst-charts/ thumbnail: thumbnail/sunburst.gif @@ -380,4 +380,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#sunburst for more information and chart attribute options! +See https://plotly.com/python/reference/#sunburst for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/table.md b/doc/python/table.md index 174ce5b2567..81c11e42429 100644 --- a/doc/python/table.md +++ b/doc/python/table.md @@ -17,7 +17,7 @@ jupyter: language: python layout: base name: Tables - order: 12 + order: 11 page_type: u-guide permalink: python/table/ thumbnail: thumbnail/table.gif @@ -211,4 +211,4 @@ fig.show() ``` #### Reference -For more information on tables and table attributes see: https://plotly.com/python/reference/#table. +For more information on tables and table attributes see: https://plotly.com/python/reference/#table. \ No newline at end of file diff --git a/doc/python/templates.md b/doc/python/templates.md index 1d50635b948..d3f548cecf0 100644 --- a/doc/python/templates.md +++ b/doc/python/templates.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Theming and templates - order: 7 + order: 6 page_type: u-guide permalink: python/templates/ thumbnail: thumbnail/theming-and-templates.png @@ -474,4 +474,4 @@ It may be useful to examine the contents and structure of the built-in templates import plotly.io as pio plotly_template = pio.templates["plotly"] plotly_template.layout -``` +``` \ No newline at end of file diff --git a/doc/python/ternary-contour.md b/doc/python/ternary-contour.md index 6745de272c6..f4409579a41 100644 --- a/doc/python/ternary-contour.md +++ b/doc/python/ternary-contour.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Ternary contours - order: 19 + order: 18 page_type: u-guide permalink: python/ternary-contour/ thumbnail: thumbnail/ternary-contour.jpg @@ -148,4 +148,4 @@ fig.show() #### Reference -For more info on `ff.create_ternary_contour()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_ternary_contour.html) +For more info on `ff.create_ternary_contour()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_ternary_contour.html) \ No newline at end of file diff --git a/doc/python/ternary-plots.md b/doc/python/ternary-plots.md index 66f7e7f9281..d92b9447583 100644 --- a/doc/python/ternary-plots.md +++ b/doc/python/ternary-plots.md @@ -126,4 +126,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#scatterternary for more information and chart attribute options! +See https://plotly.com/python/reference/#scatterternary for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/ternary-scatter-contour.md b/doc/python/ternary-scatter-contour.md index 417d1860a00..03f9f13da6a 100644 --- a/doc/python/ternary-scatter-contour.md +++ b/doc/python/ternary-scatter-contour.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Ternary Overlay - order: 9 + order: 8 page_type: u-guide permalink: python/ternary-scatter-contour/ thumbnail: thumbnail/ternary-scatter-contour.jpg @@ -152,4 +152,4 @@ fig.show() ```python -``` +``` \ No newline at end of file diff --git a/doc/python/text-and-annotations.md b/doc/python/text-and-annotations.md index 4e9d4d9a65e..bd956a173a8 100644 --- a/doc/python/text-and-annotations.md +++ b/doc/python/text-and-annotations.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Text and Annotations - order: 21 + order: 20 permalink: python/text-and-annotations/ thumbnail: thumbnail/text-and-annotations.png --- @@ -606,4 +606,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#layout-annotations for more information and chart attribute options! +See https://plotly.com/python/reference/#layout-annotations for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/tick-formatting.md b/doc/python/tick-formatting.md index 8321f3290d1..e41e9c016c1 100644 --- a/doc/python/tick-formatting.md +++ b/doc/python/tick-formatting.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Formatting Ticks - order: 11 + order: 10 permalink: python/tick-formatting/ thumbnail: thumbnail/tick-formatting.gif --- @@ -194,5 +194,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout-xaxis for more information and chart attribute options! - +See https://plotly.com/python/reference/#layout-xaxis for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/time-series.md b/doc/python/time-series.md index 627408fcb5f..d6e5779736a 100644 --- a/doc/python/time-series.md +++ b/doc/python/time-series.md @@ -208,4 +208,4 @@ fig.update_xaxes( ] ) fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/tree-plots.md b/doc/python/tree-plots.md index 7f834e31d04..a5b361f80e3 100644 --- a/doc/python/tree-plots.md +++ b/doc/python/tree-plots.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Tree-plots - order: 10 + order: 9 permalink: python/tree-plots/ thumbnail: thumbnail/treeplot.jpg --- @@ -137,4 +137,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/ for more information and chart attribute options and http://igraph.org/python/ for more information about the igraph package! +See https://plotly.com/python/reference/ for more information and chart attribute options and http://igraph.org/python/ for more information about the igraph package! \ No newline at end of file diff --git a/doc/python/treemaps.md b/doc/python/treemaps.md index 33f7df7bf9c..72277216db0 100644 --- a/doc/python/treemaps.md +++ b/doc/python/treemaps.md @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Treemap Charts - order: 14 + order: 13 page_type: u-guide permalink: python/treemaps/ thumbnail: thumbnail/treemap.png @@ -391,4 +391,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#treemap for more information and chart attribute options! +See https://plotly.com/python/reference/#treemap for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/trisurf.md b/doc/python/trisurf.md index 03b3c2ab1c4..313c889b5c1 100644 --- a/doc/python/trisurf.md +++ b/doc/python/trisurf.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Trisurf Plots - order: 15 + order: 14 permalink: python/trisurf/ thumbnail: thumbnail/trisurf.jpg --- @@ -128,5 +128,4 @@ fig.show() #### Reference -For more info on `ff.create_trisurf()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_trisurf.html) - +For more info on `ff.create_trisurf()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_trisurf.html) \ No newline at end of file diff --git a/doc/python/troubleshooting.md b/doc/python/troubleshooting.md index fdf4b284f41..4d8fa1b9abf 100644 --- a/doc/python/troubleshooting.md +++ b/doc/python/troubleshooting.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Troubleshooting - order: 26 + order: 25 page_type: u-guide permalink: python/troubleshooting/ thumbnail: thumbnail/modebar-icons.png @@ -102,4 +102,4 @@ unset NODE_OPTIONS set NODE_OPTIONS= ``` - + \ No newline at end of file diff --git a/doc/python/v4-migration.md b/doc/python/v4-migration.md index 9a3ad776557..ae058acf9c1 100644 --- a/doc/python/v4-migration.md +++ b/doc/python/v4-migration.md @@ -291,4 +291,4 @@ The legacy online-only `GraphWidget` class has been removed. Please use the `pl ### Recommended style updates #### Import from `graph_objects` instead of `graph_objs` -The legacy `plotly.graph_objs` package has been aliased as `plotly.graph_objects` because the latter is much easier to communicate verbally. The `plotly.graph_objs` package is still available for backward compatibility. +The legacy `plotly.graph_objs` package has been aliased as `plotly.graph_objects` because the latter is much easier to communicate verbally. The `plotly.graph_objs` package is still available for backward compatibility. \ No newline at end of file diff --git a/doc/python/violin.md b/doc/python/violin.md index f9e791be931..442ac7ccd21 100644 --- a/doc/python/violin.md +++ b/doc/python/violin.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -27,7 +27,7 @@ jupyter: language: python layout: base name: Violin Plots - order: 11 + order: 10 page_type: u-guide permalink: python/violin/ redirect_from: /python/violin-plot/ @@ -260,4 +260,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#violin for more information and chart attribute options! +See https://plotly.com/python/reference/#violin for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/waterfall-charts.md b/doc/python/waterfall-charts.md index cee1f3dcef8..40a2ddba7ae 100644 --- a/doc/python/waterfall-charts.md +++ b/doc/python/waterfall-charts.md @@ -129,4 +129,4 @@ fig.show() ``` #### Reference -See https://plotly.com/python/reference/#waterfall for more information and chart attribute options! +See https://plotly.com/python/reference/#waterfall for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/webgl-vs-svg.md b/doc/python/webgl-vs-svg.md index 9885259874a..1b2183bcb7f 100644 --- a/doc/python/webgl-vs-svg.md +++ b/doc/python/webgl-vs-svg.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: WebGL vs SVG - order: 15 + order: 14 permalink: python/webgl-vs-svg/ thumbnail: thumbnail/webgl.jpg --- @@ -149,4 +149,4 @@ fig.show() ### Reference -See https://plotly.com/python/reference/#scattergl for more information and chart attribute options! +See https://plotly.com/python/reference/#scattergl for more information and chart attribute options! \ No newline at end of file diff --git a/doc/python/wide-form.md b/doc/python/wide-form.md index 5b49a9a5f96..c67813c1fc4 100644 --- a/doc/python/wide-form.md +++ b/doc/python/wide-form.md @@ -28,7 +28,7 @@ jupyter: language: python layout: base name: Plotly Express Wide-Form Support - order: 33 + order: 32 page_type: u-guide permalink: python/wide-form/ thumbnail: thumbnail/plotly-express.png @@ -302,4 +302,4 @@ fig.show() fig = px.box(wide_df, orientation="h") fig.show() -``` +``` \ No newline at end of file diff --git a/doc/python/wind-rose-charts.md b/doc/python/wind-rose-charts.md index ed1c98deef1..bddbac45e9f 100644 --- a/doc/python/wind-rose-charts.md +++ b/doc/python/wind-rose-charts.md @@ -5,7 +5,7 @@ jupyter: text_representation: extension: .md format_name: markdown - format_version: "1.1" + format_version: '1.1' jupytext_version: 1.1.1 kernelspec: display_name: Python 3 @@ -22,14 +22,13 @@ jupyter: pygments_lexer: ipython3 version: 3.6.7 plotly: - description: - How to graph wind rose charts in python. Wind Rose charts display + description: How to graph wind rose charts in python. Wind Rose charts display wind speed and direction of a given location. display_as: scientific language: python layout: base name: Wind Rose and Polar Bar Charts - order: 20 + order: 19 page_type: u-guide permalink: python/wind-rose-charts/ thumbnail: thumbnail/wind-rose.jpg @@ -92,4 +91,4 @@ fig.show() #### Reference -See https://plotly.com/python/reference/#barpolar for more information and chart attribute options! +See https://plotly.com/python/reference/#barpolar for more information and chart attribute options! \ No newline at end of file