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

Lines changed: 2 additions & 2 deletions
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

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

doc/python/colorscales.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 35 additions & 0 deletions
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

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

doc/python/figure-factories.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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+
```

0 commit comments

Comments
 (0)