Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bdca566

Browse filesBrowse files
fixing doc order
1 parent 0c774e1 commit bdca566
Copy full SHA for bdca566
Expand file treeCollapse file tree

30 files changed

+30
-30
lines changed

‎doc/python/axes.md

Copy file name to clipboardExpand all lines: doc/python/axes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Axes
32-
order: 12
32+
order: 13
3333
permalink: python/axes/
3434
thumbnail: thumbnail/axes.png
3535
---

‎doc/python/builtin-colorscales.md

Copy file name to clipboardExpand all lines: doc/python/builtin-colorscales.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jupyter:
3030
language: python
3131
layout: base
3232
name: Built-in Continuous Color Scales
33-
order: 26
33+
order: 27
3434
permalink: python/builtin-colorscales/
3535
thumbnail: thumbnail/heatmap_colorscale.jpg
3636
v4upgrade: true

‎doc/python/colorscales.md

Copy file name to clipboardExpand all lines: doc/python/colorscales.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jupyter:
3030
language: python
3131
layout: base
3232
name: Continuous Color Scales and Color Bars
33-
order: 19
33+
order: 20
3434
permalink: python/colorscales/
3535
redirect_from: python/logarithmic-color-scale/
3636
thumbnail: thumbnail/heatmap_colorscale.jpg

‎doc/python/configuration-options.md

Copy file name to clipboardExpand all lines: doc/python/configuration-options.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Configuration
31-
order: 8
31+
order: 9
3232
page_type: u-guide
3333
permalink: python/configuration-options/
3434
thumbnail: thumbnail/modebar-icons.png

‎doc/python/discrete-color.md

Copy file name to clipboardExpand all lines: doc/python/discrete-color.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jupyter:
3030
language: python
3131
layout: base
3232
name: Discrete Colors
33-
order: 27
33+
order: 28
3434
permalink: python/discrete-color/
3535
thumbnail: thumbnail/heatmap_colorscale.jpg
3636
v4upgrade: true

‎doc/python/figure-factories.md

Copy file name to clipboardExpand all lines: doc/python/figure-factories.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Figure Factories
31-
order: 31
31+
order: 32
3232
permalink: python/figure-factories/
3333
thumbnail: thumbnail/streamline.jpg
3434
---

‎doc/python/figure-labels.md

Copy file name to clipboardExpand all lines: doc/python/figure-labels.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Setting the Font, Title, Legend Entries, and Axis Titles
31-
order: 11
31+
order: 12
3232
permalink: python/figure-labels/
3333
redirect_from: python/font/
3434
thumbnail: thumbnail/figure-labels.png

‎doc/python/figure-structure.md

Copy file name to clipboardExpand all lines: doc/python/figure-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ Traces of most types can be optionally associated with a single legend item in t
188188

189189
The fact that legend items are linked to traces means that when using [discrete color](/python/discrete-color/), a figure must have one trace per color in order to get a meaningful legend. [Plotly Express has robust support for discrete color](/python/discrete-color/) to make this easy.
190190

191-
Traces which support [continuous color](/python/colorscales/) can also be associated with color axes in the layout via the `coloraxis` attribute. Multiple traces can be linked to the same color axis. Color axes have a legend-like component called color bars. Alternatively, color axes can be configured within the trace itself.
191+
Traces which support [continuous color](/python/colorscales/) can also be associated with color axes in the layout via the `coloraxis` attribute. Multiple traces can be linked to the same color axis. Color axes have a legend-like component called color bars. Alternatively, color axes can be configured within the trace itself.

‎doc/python/graph-objects.md

Copy file name to clipboardExpand all lines: doc/python/graph-objects.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ fig.update_layout(legend_title_text = "Contestant")
8888
fig.update_xaxes(title_text="Fruit")
8989
fig.update_yaxes(title_text="Number Eaten")
9090
fig.show()
91-
```
91+
```

‎doc/python/graphing-multiple-chart-types.md

Copy file name to clipboardExpand all lines: doc/python/graphing-multiple-chart-types.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Multiple Chart Types
30-
order: 16
30+
order: 17
3131
page_type: u-guide
3232
permalink: python/graphing-multiple-chart-types/
3333
thumbnail: thumbnail/multiple-chart-type.jpg

‎doc/python/hover-text-and-formatting.md

Copy file name to clipboardExpand all lines: doc/python/hover-text-and-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Hover Text and Formatting
30-
order: 21
30+
order: 22
3131
permalink: python/hover-text-and-formatting/
3232
thumbnail: thumbnail/hover-text.png
3333
---

‎doc/python/images.md

Copy file name to clipboardExpand all lines: doc/python/images.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Images
30-
order: 22
30+
order: 23
3131
permalink: python/images/
3232
thumbnail: thumbnail/images.png
3333
v4upgrade: true

‎doc/python/interactive-html-export.md

Copy file name to clipboardExpand all lines: doc/python/interactive-html-export.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Interactive HTML Export
31-
order: 29
31+
order: 30
3232
page_type: u-guide
3333
permalink: python/interactive-html-export/
3434
thumbnail: thumbnail/static-image-export.png

‎doc/python/ipython-vs-python.md

Copy file name to clipboardExpand all lines: doc/python/ipython-vs-python.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: IPython vs Python
30-
order: 24
30+
order: 25
3131
permalink: python/ipython-vs-python/
3232
thumbnail: thumbnail/venn.jpg
3333
---

‎doc/python/legend.md

Copy file name to clipboardExpand all lines: doc/python/legend.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Legends
30-
order: 13
30+
order: 14
3131
permalink: python/legend/
3232
redirect_from: python/horizontal-legend/
3333
thumbnail: thumbnail/legends.gif

‎doc/python/marker-style.md

Copy file name to clipboardExpand all lines: doc/python/marker-style.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Styling Markers
30-
order: 18
30+
order: 19
3131
permalink: python/marker-style/
3232
thumbnail: thumbnail/marker-style.gif
3333
---

‎doc/python/multiple-axes.md

Copy file name to clipboardExpand all lines: doc/python/multiple-axes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Multiple Axes
30-
order: 14
30+
order: 15
3131
permalink: python/multiple-axes/
3232
thumbnail: thumbnail/multiple-axes.jpg
3333
---

‎doc/python/orca-management.md

Copy file name to clipboardExpand all lines: doc/python/orca-management.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Orca Management
31-
order: 7
31+
order: 8
3232
permalink: python/orca-management/
3333
thumbnail: thumbnail/orca-management.png
3434
---

‎doc/python/pandas-backend.md

Copy file name to clipboardExpand all lines: doc/python/pandas-backend.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Pandas Plotting Backend
31-
order: 30
31+
order: 31
3232
permalink: python/pandas-backend/
3333
redirect_from: python/cufflinks/
3434
thumbnail: thumbnail/plotly-express.png

‎doc/python/plotly-express.md

Copy file name to clipboardExpand all lines: doc/python/plotly-express.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ df = px.data.election()
415415
fig = px.scatter_ternary(df, a="Joly", b="Coderre", c="Bergeron", color="winner", size="total", hover_name="district",
416416
size_max=15, color_discrete_map = {"Joly": "blue", "Bergeron": "green", "Coderre":"red"} )
417417
fig.show()
418-
```
418+
```

‎doc/python/px-arguments.md

Copy file name to clipboardExpand all lines: doc/python/px-arguments.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Plotly Express Arguments
30-
order: 17
30+
order: 18
3131
page_type: u-guide
3232
permalink: python/px-arguments/
3333
thumbnail: thumbnail/plotly-express.png

‎doc/python/setting-graph-size.md

Copy file name to clipboardExpand all lines: doc/python/setting-graph-size.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Setting Graph Size
30-
order: 9
30+
order: 10
3131
permalink: python/setting-graph-size/
3232
thumbnail: thumbnail/sizing.png
3333
---

‎doc/python/shapes.md

Copy file name to clipboardExpand all lines: doc/python/shapes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Shapes
31-
order: 23
31+
order: 24
3232
permalink: python/shapes/
3333
thumbnail: thumbnail/shape.jpg
3434
---

‎doc/python/styling-plotly-express.md

Copy file name to clipboardExpand all lines: doc/python/styling-plotly-express.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Styling Plotly Express Figures
32-
order: 28
32+
order: 29
3333
page_type: u-guide
3434
permalink: python/styling-plotly-express/
3535
thumbnail: thumbnail/plotly-express.png

‎doc/python/subplots.md

Copy file name to clipboardExpand all lines: doc/python/subplots.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Subplots
31-
order: 15
31+
order: 16
3232
page_type: u-guide
3333
permalink: python/subplots/
3434
redirect_from: ipython-notebooks/subplots/

‎doc/python/text-and-annotations.md

Copy file name to clipboardExpand all lines: doc/python/text-and-annotations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Text and Annotations
30-
order: 20
30+
order: 21
3131
permalink: python/text-and-annotations/
3232
thumbnail: thumbnail/text-and-annotations.png
3333
---

‎doc/python/tick-formatting.md

Copy file name to clipboardExpand all lines: doc/python/tick-formatting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Formatting Ticks
30-
order: 10
30+
order: 11
3131
permalink: python/tick-formatting/
3232
thumbnail: thumbnail/tick-formatting.gif
3333
---

‎doc/python/troubleshooting.md

Copy file name to clipboardExpand all lines: doc/python/troubleshooting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Troubleshooting
31-
order: 25
31+
order: 26
3232
page_type: u-guide
3333
permalink: python/troubleshooting/
3434
thumbnail: thumbnail/modebar-icons.png

‎doc/python/v4-migration.md

Copy file name to clipboardExpand all lines: doc/python/v4-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Version 4 Migration Guide
30-
order: 6
30+
order: 7
3131
page_type: example_index
3232
permalink: python/v4-migration/
3333
thumbnail: thumbnail/v4-migration.png

‎doc/python/wide-form.md

Copy file name to clipboardExpand all lines: doc/python/wide-form.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Plotly Express Wide-Form Support
31-
order: 32
31+
order: 33
3232
page_type: u-guide
3333
permalink: python/wide-form/
3434
thumbnail: thumbnail/plotly-express.png

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.