Skip to content

Commit a781e24

Browse files
dash app tiles
1 parent 30c9013 commit a781e24

40 files changed

+128
-58
lines changed

doc/python/axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jupyter:
2929
language: python
3030
layout: base
3131
name: Axes
32-
order: 13
32+
order: 14
3333
permalink: python/axes/
3434
thumbnail: thumbnail/axes.png
3535
---
@@ -777,4 +777,4 @@ fig.show()
777777

778778
#### Reference
779779

780-
See https://plotly.com/python/reference/layout/xaxis/ and https://plotly.com/python/reference/layout/yaxis/ for more information and chart attribute options!
780+
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/builtin-colorscales.md

+1-1
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: 27
33+
order: 28
3434
permalink: python/builtin-colorscales/
3535
thumbnail: thumbnail/heatmap_colorscale.jpg
3636
v4upgrade: true

doc/python/colorscales.md

+2-2
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: 20
33+
order: 21
3434
permalink: python/colorscales/
3535
redirect_from: python/logarithmic-color-scale/
3636
thumbnail: thumbnail/heatmap_colorscale.jpg
@@ -557,4 +557,4 @@ fig.show()
557557

558558
### Reference
559559

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

doc/python/configuration-options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Configuration
31-
order: 9
31+
order: 10
3232
page_type: u-guide
3333
permalink: python/configuration-options/
3434
thumbnail: thumbnail/modebar-icons.png
@@ -299,4 +299,4 @@ The same configuration dictionary that you pass to the `config` parameter of the
299299

300300
#### Reference
301301

302-
See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6
302+
See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6

doc/python/creating-and-updating-figures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,4 +652,4 @@ fig.data[0].marker.line.width = 4
652652
fig.data[0].marker.line.color = "black"
653653

654654
fig.show()
655-
```
655+
```

doc/python/dash.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
jupyter:
3+
jupytext:
4+
notebook_metadata_filter: all
5+
text_representation:
6+
extension: .md
7+
format_name: markdown
8+
format_version: '1.2'
9+
jupytext_version: 1.3.1
10+
kernelspec:
11+
display_name: Python 3
12+
language: python
13+
name: python3
14+
language_info:
15+
codemirror_mode:
16+
name: ipython
17+
version: 3
18+
file_extension: .py
19+
mimetype: text/x-python
20+
name: python
21+
nbconvert_exporter: python
22+
pygments_lexer: ipython3
23+
version: 3.6.8
24+
plotly:
25+
description: Analytical Apps with Dash
26+
display_as: file_settings
27+
language: python
28+
layout: base
29+
name: Analytical Apps with Dash
30+
order: 5
31+
page_type: example_index
32+
permalink: https://dash.plotly.com/
33+
sitemap: false
34+
thumbnail: thumbnail/dash_apps.png
35+
---

doc/python/discrete-color.md

+1-1
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: 28
33+
order: 29
3434
permalink: python/discrete-color/
3535
thumbnail: thumbnail/heatmap_colorscale.jpg
3636
v4upgrade: true

doc/python/figure-factories.md

+2-2
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: 32
31+
order: 33
3232
permalink: python/figure-factories/
3333
thumbnail: thumbnail/streamline.jpg
3434
---
@@ -56,4 +56,4 @@ Deprecated "legacy" Figure Factories include:
5656

5757
#### Reference
5858

59-
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).
59+
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).

doc/python/figure-labels.md

+2-2
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: 12
31+
order: 13
3232
permalink: python/figure-labels/
3333
redirect_from: python/font/
3434
thumbnail: thumbnail/figure-labels.png
@@ -147,4 +147,4 @@ fig.show()
147147
```
148148

149149
#### Reference
150-
See https://plotly.com/python/reference/layout/ for more information!
150+
See https://plotly.com/python/reference/layout/ for more information!

doc/python/figure-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ Traces which support [continuous color](/python/colorscales/) can also be associ
192192

193193
```python
194194

195-
```
195+
```

doc/python/graph-objects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Graph Objects
30-
order: 34
30+
order: 35
3131
page_type: u-guide
3232
permalink: python/graph-objects/
3333
thumbnail: thumbnail/horizontal-bar.jpg
@@ -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

+2-2
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: 17
30+
order: 18
3131
page_type: u-guide
3232
permalink: python/graphing-multiple-chart-types/
3333
thumbnail: thumbnail/multiple-chart-type.jpg
@@ -121,4 +121,4 @@ fig.show()
121121
```
122122

123123
#### Reference
124-
See https://plotly.com/python/reference/ for more information and attribute options!
124+
See https://plotly.com/python/reference/ for more information and attribute options!

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

+2-2
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: 22
30+
order: 23
3131
permalink: python/hover-text-and-formatting/
3232
thumbnail: thumbnail/hover-text.png
3333
---
@@ -404,4 +404,4 @@ fig.show()
404404

405405
#### Reference
406406

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

doc/python/images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Images
30-
order: 23
30+
order: 24
3131
permalink: python/images/
3232
thumbnail: thumbnail/images.png
3333
v4upgrade: true

doc/python/interactive-html-export.md

+1-1
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: 30
31+
order: 31
3232
page_type: u-guide
3333
permalink: python/interactive-html-export/
3434
thumbnail: thumbnail/static-image-export.png

doc/python/ipython-vs-python.md

+1-1
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: 25
30+
order: 26
3131
permalink: python/ipython-vs-python/
3232
thumbnail: thumbnail/venn.jpg
3333
---

doc/python/legend.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: Legends
30-
order: 14
30+
order: 15
3131
permalink: python/legend/
3232
redirect_from: python/horizontal-legend/
3333
thumbnail: thumbnail/legends.gif
@@ -419,4 +419,4 @@ fig.show()
419419

420420
#### Reference
421421

422-
See https://plotly.com/python/reference/layout/#layout-legend for more information!
422+
See https://plotly.com/python/reference/layout/#layout-legend for more information!

doc/python/marker-style.md

+1-1
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: 19
30+
order: 20
3131
permalink: python/marker-style/
3232
thumbnail: thumbnail/marker-style.gif
3333
---

doc/python/ml-knn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ Learn more about `px`, `go.Contour`, and `go.Heatmap` here:
321321
This tutorial was inspired by amazing examples from the official scikit-learn docs:
322322
* https://scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
323323
* https://scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
324-
* https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html
324+
* https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html

doc/python/ml-pca.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,4 @@ The following resources offer an in-depth overview of PCA and explained variance
262262
* https://scikit-learn.org/stable/modules/decomposition.html#pca
263263
* https://stats.stackexchange.com/questions/2691/making-sense-of-principal-component-analysis-eigenvectors-eigenvalues/140579#140579
264264
* https://stats.stackexchange.com/questions/143905/loadings-vs-eigenvectors-in-pca-when-to-use-one-or-another
265-
* https://stats.stackexchange.com/questions/22569/pca-and-proportion-of-variance-explained
265+
* https://stats.stackexchange.com/questions/22569/pca-and-proportion-of-variance-explained

doc/python/ml-regression.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,4 @@ Learn more about the Machine Learning models used in this tutorial:
534534
Other tutorials that inspired this notebook:
535535
* https://seaborn.pydata.org/examples/residplot.html
536536
* https://scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_model_selection.html
537-
* http://www.scikit-yb.org/zh/latest/api/regressor/peplot.html
537+
* http://www.scikit-yb.org/zh/latest/api/regressor/peplot.html

doc/python/ml-roc-pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ fig.show()
272272
Learn more about `px`, `px.area`, `px.hist`:
273273
* https://plot.ly/python/histograms/
274274
* https://plot.ly/python/filled-area-plots/
275-
* https://plot.ly/python/line-charts/
275+
* https://plot.ly/python/line-charts/

doc/python/ml-tsne-umap-projections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ Details about algorithms:
176176
* t-SNE User guide: https://scikit-learn.org/stable/modules/manifold.html#t-sne
177177
* t-SNE paper: https://www.jmlr.org/papers/volume9/vandermaaten08a/vandermaaten08a.pdf
178178
* MNIST: http://yann.lecun.com/exdb/mnist/
179-
<!-- #endregion -->
179+
<!-- #endregion -->

doc/python/ml_apps.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
jupyter:
3+
jupytext:
4+
notebook_metadata_filter: all
5+
text_representation:
6+
extension: .md
7+
format_name: markdown
8+
format_version: '1.2'
9+
jupytext_version: 1.3.1
10+
kernelspec:
11+
display_name: Python 3
12+
language: python
13+
name: python3
14+
language_info:
15+
codemirror_mode:
16+
name: ipython
17+
version: 3
18+
file_extension: .py
19+
mimetype: text/x-python
20+
name: python
21+
nbconvert_exporter: python
22+
pygments_lexer: ipython3
23+
version: 3.6.8
24+
plotly:
25+
description: AI/ML Apps with Dash
26+
display_as: ai_ml
27+
language: python
28+
layout: base
29+
name: Analytical Apps with Dash
30+
order: 6
31+
page_type: example_index
32+
permalink: https://plotly.com/building-machine-learning-web-apps-in-python/
33+
sitemap: false
34+
thumbnail: thumbnail/ml_apps.png
35+
---

doc/python/multiple-axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jupyter:
2828
language: python
2929
layout: base
3030
name: Multiple Axes
31-
order: 15
31+
order: 16
3232
permalink: python/multiple-axes/
3333
thumbnail: thumbnail/multiple-axes.jpg
3434
---
@@ -233,4 +233,4 @@ fig.show()
233233
```
234234

235235
#### Reference
236-
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.
236+
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.

doc/python/orca-management.md

+2-2
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: 8
31+
order: 9
3232
permalink: python/orca-management/
3333
thumbnail: thumbnail/orca-management.png
3434
---
@@ -263,4 +263,4 @@ In addition to the `executable` property, the `plotly.io.orca.config` object can
263263

264264

265265
### Saving Configuration Settings
266-
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.
266+
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.

doc/python/pandas-backend.md

+2-2
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: 31
31+
order: 32
3232
permalink: python/pandas-backend/
3333
redirect_from: python/cufflinks/
3434
thumbnail: thumbnail/plotly-express.png
@@ -198,4 +198,4 @@ fig.show()
198198

199199
### What about Cufflinks?
200200

201-
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).
201+
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).

doc/python/plotly-express.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,4 @@ df = px.data.election()
416416
fig = px.scatter_ternary(df, a="Joly", b="Coderre", c="Bergeron", color="winner", size="total", hover_name="district",
417417
size_max=15, color_discrete_map = {"Joly": "blue", "Bergeron": "green", "Coderre":"red"} )
418418
fig.show()
419-
```
419+
```

doc/python/px-arguments.md

+2-2
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: 18
30+
order: 19
3131
page_type: u-guide
3232
permalink: python/px-arguments/
3333
thumbnail: thumbnail/plotly-express.png
@@ -243,4 +243,4 @@ fig = px.bar(df, x='year', y=gdp, color='continent', labels={'y':'log gdp'},
243243
hover_data=['country'],
244244
title='Evolution of world GDP')
245245
fig.show()
246-
```
246+
```

0 commit comments

Comments
 (0)