Skip to content

Commit bdca566

Browse files
fixing doc order
1 parent 0c774e1 commit bdca566

30 files changed

+30
-30
lines changed

doc/python/axes.md

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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

0 commit comments

Comments
 (0)