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 411f184

Browse filesBrowse files
author
Joseph Damiba
committed
enforce order
1 parent 7e1ee0b commit 411f184
Copy full SHA for 411f184

File tree

Expand file treeCollapse file tree

113 files changed

+260
-281
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

113 files changed

+260
-281
lines changed

‎doc/python/2D-Histogram.md

Copy file name to clipboardExpand all lines: doc/python/2D-Histogram.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histograms
30-
order: 6
30+
order: 5
3131
page_type: u-guide
3232
permalink: python/2D-Histogram/
3333
redirect_from:
34-
- python/2d-histogram/
35-
- python/2d-histograms/
34+
- python/2d-histogram/
35+
- python/2d-histograms/
3636
thumbnail: thumbnail/histogram2d.jpg
3737
---
3838

@@ -236,4 +236,4 @@ fig.show()
236236
```
237237

238238
#### Reference
239-
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!
239+
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!

‎doc/python/2d-histogram-contour.md

Copy file name to clipboardExpand all lines: doc/python/2d-histogram-contour.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histogram Contour
30-
order: 12
30+
order: 11
3131
page_type: u-guide
3232
permalink: python/2d-histogram-contour/
3333
redirect_from: python/2d-density-plots/
@@ -249,4 +249,4 @@ fig.show()
249249
```
250250

251251
#### Reference
252-
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!
252+
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!

‎doc/python/3d-axes.md

Copy file name to clipboardExpand all lines: doc/python/3d-axes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ fig.show()
229229

230230
```python
231231

232-
```
232+
```

‎doc/python/3d-bubble-charts.md

Copy file name to clipboardExpand all lines: doc/python/3d-bubble-charts.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.2.3
1010
kernelspec:
1111
display_name: Python 3
@@ -22,14 +22,13 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description:
26-
How to make 3D Bubble Charts in Python with Plotly. Three examples
25+
description: How to make 3D Bubble Charts in Python with Plotly. Three examples
2726
of 3D Bubble Charts.
2827
display_as: 3d_charts
2928
language: python
3029
layout: base
3130
name: 3D Bubble Charts
32-
order: 7
31+
order: 6
3332
page_type: u-guide
3433
permalink: python/3d-bubble-charts/
3534
thumbnail: thumbnail/3dbubble.jpg
@@ -167,4 +166,4 @@ fig.show()
167166

168167
#### Reference
169168

170-
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!
169+
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!

‎doc/python/3d-camera-controls.md

Copy file name to clipboardExpand all lines: doc/python/3d-camera-controls.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Camera Controls
30-
order: 6
30+
order: 5
3131
permalink: python/3d-camera-controls/
3232
thumbnail: thumbnail/3d-camera-controls.jpg
3333
---
@@ -290,4 +290,4 @@ fig.show()
290290
#### Reference
291291

292292

293-
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!
293+
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!

‎doc/python/3d-isosurface-plots.md

Copy file name to clipboardExpand all lines: doc/python/3d-isosurface-plots.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Isosurface Plots
30-
order: 11
30+
order: 10
3131
page_type: u-guide
3232
permalink: python/3d-isosurface-plots/
3333
redirect_from: python/isosurfaces-with-marching-cubes/
@@ -235,5 +235,4 @@ fig.show()
235235
```
236236

237237
#### Reference
238-
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!
239-
238+
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!

‎doc/python/3d-line-plots.md

Copy file name to clipboardExpand all lines: doc/python/3d-line-plots.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.2.3
1010
kernelspec:
1111
display_name: Python 3
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Line Plots
30-
order: 8
30+
order: 7
3131
page_type: u-guide
3232
permalink: python/3d-line-plots/
3333
thumbnail: thumbnail/3d-line.jpg
@@ -120,4 +120,4 @@ fig.show()
120120

121121
#### Reference
122122

123-
See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options!
123+
See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options!

‎doc/python/3d-mesh.md

Copy file name to clipboardExpand all lines: doc/python/3d-mesh.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Mesh Plots
30-
order: 10
30+
order: 9
3131
page_type: u-guide
3232
permalink: python/3d-mesh/
3333
thumbnail: thumbnail/3d-mesh.jpg
@@ -163,4 +163,4 @@ fig.show()
163163
```
164164

165165
## Reference
166-
See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options!
166+
See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options!

‎doc/python/3d-scatter-plots.md

Copy file name to clipboardExpand all lines: doc/python/3d-scatter-plots.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.1.1
1010
kernelspec:
1111
display_name: Python 3
@@ -122,4 +122,4 @@ fig.show()
122122

123123
#### Reference
124124

125-
See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options!
125+
See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options!

‎doc/python/3d-subplots.md

Copy file name to clipboardExpand all lines: doc/python/3d-subplots.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ fig.show()
8282
#### Reference
8383

8484

85-
See https://plotly.com/python/subplots/ for more information regarding subplots!
85+
See https://plotly.com/python/subplots/ for more information regarding subplots!

‎doc/python/3d-surface-coloring.md

Copy file name to clipboardExpand all lines: doc/python/3d-surface-coloring.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Surface Coloring
30-
order: 9
30+
order: 8
3131
permalink: python/3d-surface-coloring/
3232
thumbnail: thumbnail/3d-surface-color.jpg
3333
---
@@ -60,5 +60,4 @@ fig.show()
6060
#### Reference
6161

6262

63-
See https://plotly.com/python/reference/#surface-surfacecolor for more information!
64-
63+
See https://plotly.com/python/reference/#surface-surfacecolor for more information!

‎doc/python/3d-surface-plots.md

Copy file name to clipboardExpand all lines: doc/python/3d-surface-plots.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ fig.show()
166166
#### Reference
167167

168168

169-
See https://plotly.com/python/reference/#surface for more information!
169+
See https://plotly.com/python/reference/#surface for more information!

‎doc/python/3d-volume.md

Copy file name to clipboardExpand all lines: doc/python/3d-volume.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 3D Volume Plots
30-
order: 12
30+
order: 11
3131
page_type: u-guide
3232
permalink: python/3d-volume-plots/
3333
thumbnail: thumbnail/3d-volume-plots.jpg
@@ -257,4 +257,4 @@ fig.show()
257257
See https://plotly.com/python/reference/#volume for more information and chart attribute options!
258258

259259
#### See also
260-
[3D isosurface documentation](/python/3d-isosurface-plots/)
260+
[3D isosurface documentation](/python/3d-isosurface-plots/)

‎doc/python/annotated-heatmap.md

Copy file name to clipboardExpand all lines: doc/python/annotated-heatmap.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Annotated Heatmaps
30-
order: 8
30+
order: 7
3131
page_type: u-guide
3232
permalink: python/annotated-heatmap/
3333
redirect_from: python/annotated_heatmap/
@@ -203,4 +203,4 @@ fig.show()
203203

204204
#### Reference
205205

206-
For more info on Plotly heatmaps, see: https://plotly.com/python/reference/#heatmap.<br> For more info on using colorscales with Plotly see: https://plotly.com/python/heatmap-and-contour-colorscales/ <br>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)
206+
For more info on Plotly heatmaps, see: https://plotly.com/python/reference/#heatmap.<br> For more info on using colorscales with Plotly see: https://plotly.com/python/heatmap-and-contour-colorscales/ <br>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)

‎doc/python/axes.md

Copy file name to clipboardExpand all lines: doc/python/axes.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.2"
8+
format_version: '1.2'
99
jupytext_version: 1.3.0
1010
kernelspec:
1111
display_name: Python 3
@@ -22,15 +22,14 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
plotly:
25-
description:
26-
How to adjust axes properties in python. Includes examples of linear
25+
description: How to adjust axes properties in python. Includes examples of linear
2726
and logarithmic axes, axes titles, styling and coloring axes and grid lines,
2827
and more.
2928
display_as: file_settings
3029
language: python
3130
layout: base
3231
name: Axes
33-
order: 13
32+
order: 12
3433
permalink: python/axes/
3534
thumbnail: thumbnail/axes.png
3635
---
@@ -764,4 +763,4 @@ fig.show()
764763

765764
#### Reference
766765

767-
See https://plotly.com/python/reference/#layout-xaxis and https://plotly.com/python/reference/#layout-yaxis for more information and chart attribute options!
766+
See https://plotly.com/python/reference/#layout-xaxis and https://plotly.com/python/reference/#layout-yaxis for more information and chart attribute options!

‎doc/python/bar-charts.md

Copy file name to clipboardExpand all lines: doc/python/bar-charts.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.2"
8+
format_version: '1.2'
99
jupytext_version: 1.3.0
1010
kernelspec:
1111
display_name: Python 3
@@ -386,4 +386,4 @@ See examples of horizontal bar charts [here](https://plotly.com/python/horizonta
386386

387387
### Reference
388388

389-
See https://plotly.com/python/reference/#bar for more information and chart attribute options!
389+
See https://plotly.com/python/reference/#bar for more information and chart attribute options!

‎doc/python/box-plots.md

Copy file name to clipboardExpand all lines: doc/python/box-plots.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.2"
8+
format_version: '1.2'
99
jupytext_version: 1.3.1
1010
kernelspec:
1111
display_name: Python 3
@@ -31,8 +31,8 @@ jupyter:
3131
page_type: example_index
3232
permalink: python/box-plots/
3333
redirect_from:
34-
- /python/box/
35-
- /python/basic_statistics/
34+
- /python/box/
35+
- /python/basic_statistics/
3636
thumbnail: thumbnail/box.jpg
3737
---
3838

@@ -491,4 +491,4 @@ fig.show()
491491

492492
#### Reference
493493

494-
See https://plotly.com/python/reference/#box for more information and chart attribute options!
494+
See https://plotly.com/python/reference/#box for more information and chart attribute options!

‎doc/python/bubble-charts.md

Copy file name to clipboardExpand all lines: doc/python/bubble-charts.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.1.1
1010
kernelspec:
1111
display_name: Python 3
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Bubble Charts
30-
order: 6
30+
order: 5
3131
page_type: u-guide
3232
permalink: python/bubble-charts/
3333
redirect_from: python/bubble-charts-tutorial/
@@ -222,4 +222,4 @@ fig.show()
222222

223223
### Reference
224224

225-
See https://plotly.com/python/reference/#scatter for more information and chart attribute options!
225+
See https://plotly.com/python/reference/#scatter for more information and chart attribute options!

‎doc/python/bubble-maps.md

Copy file name to clipboardExpand all lines: doc/python/bubble-maps.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.1.1
1010
kernelspec:
1111
display_name: Python 3
@@ -208,4 +208,4 @@ fig.show()
208208

209209
#### Reference
210210

211-
See https://plotly.com/python/reference/#choropleth and https://plotly.com/python/reference/#scattergeo for more information and chart attribute options!
211+
See https://plotly.com/python/reference/#choropleth and https://plotly.com/python/reference/#scattergeo for more information and chart attribute options!

‎doc/python/builtin-colorscales.md

Copy file name to clipboardExpand all lines: doc/python/builtin-colorscales.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.2"
8+
format_version: '1.2'
99
jupytext_version: 1.3.1
1010
kernelspec:
1111
display_name: Python 3
@@ -22,16 +22,15 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.6.8
2424
plotly:
25-
description:
26-
A reference for the built-in named continuous (sequential, diverging
25+
description: A reference for the built-in named continuous (sequential, diverging
2726
and cylclical) color scales in Plotly.
2827
display_as: file_settings
2928
has_thumbnail: true
3029
ipynb: ~notebook_demo/187
3130
language: python
3231
layout: base
3332
name: Built-in Continuous Color Scales
34-
order: 27
33+
order: 26
3534
permalink: python/builtin-colorscales/
3635
thumbnail: thumbnail/heatmap_colorscale.jpg
3736
v4upgrade: true
@@ -124,4 +123,4 @@ fig.show()
124123

125124
fig = px.colors.cyclical.swatches()
126125
fig.show()
127-
```
126+
```

0 commit comments

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