Skip to content

Commit 6980216

Browse files
Merge branch 'doc-prod'
2 parents 4b53922 + 94abb33 commit 6980216

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+103
-103
lines changed

doc/python/3d-mesh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7777

7878
```python hide_code=true
7979
from IPython.display import IFrame
80-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
81-
IFrame(snippet_url + '3d-mesh', width='100%', height=630)
80+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
81+
IFrame(snippet_url + '3d-mesh', width='100%', height=1200)
8282
```
8383

8484
### Mesh Tetrahedron

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8181

8282
```python hide_code=true
8383
from IPython.display import IFrame
84-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
85-
IFrame(snippet_url + '3d-scatter-plots', width='100%', height=630)
84+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
85+
IFrame(snippet_url + '3d-scatter-plots', width='100%', height=1200)
8686
```
8787

8888
### 3D Scatter Plot with go.Scatter3d

doc/python/animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
5656

5757
```python hide_code=true
5858
from IPython.display import IFrame
59-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
60-
IFrame(snippet_url + 'animations', width='100%', height=630)
59+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
60+
IFrame(snippet_url + 'animations', width='100%', height=1200)
6161
```
6262

6363
#### Animated Bar Charts with Plotly Express

doc/python/axes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
133133

134134
```python hide_code=true
135135
from IPython.display import IFrame
136-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
137-
IFrame(snippet_url + 'axes', width='100%', height=630)
136+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
137+
IFrame(snippet_url + 'axes', width='100%', height=1200)
138138
```
139139

140140
#### Moving Tick Labels Inside the Plot

doc/python/bar-charts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9696

9797
```python hide_code=true
9898
from IPython.display import IFrame
99-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
100-
IFrame(snippet_url + 'bar-charts', width='100%', height=630)
99+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
100+
IFrame(snippet_url + 'bar-charts', width='100%', height=1200)
101101
```
102102

103103
### Colored Bars

doc/python/bio-alignment-chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ fig.show()
5858

5959
```python hide_code=true
6060
from IPython.display import IFrame
61-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
62-
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=630)
61+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
62+
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=1200)
6363
```

doc/python/bio-clustergram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ dash_bio.Clustergram(
102102

103103
```python hide_code=true
104104
from IPython.display import IFrame
105-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
106-
IFrame(snippet_url + 'bio-clustergram', width='100%', height=630)
105+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
106+
IFrame(snippet_url + 'bio-clustergram', width='100%', height=1200)
107107
```

doc/python/bio-manhattanplot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ dash_bio.ManhattanPlot(
7171

7272
```python hide_code=true
7373
from IPython.display import IFrame
74-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
75-
IFrame(snippet_url + 'bio-manhattanplot', width='100%', height=630)
74+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
75+
IFrame(snippet_url + 'bio-manhattanplot', width='100%', height=1200)
7676
```

doc/python/bio-volcano-plot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ dash_bio.VolcanoPlot(
7171

7272
```python hide_code=true
7373
from IPython.display import IFrame
74-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
75-
IFrame(snippet_url + 'bio-volcano', width='100%', height=630)
74+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
75+
IFrame(snippet_url + 'bio-volcano', width='100%', height=1200)
7676
```

doc/python/box-plots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7373

7474
```python hide_code=true
7575
from IPython.display import IFrame
76-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
77-
IFrame(snippet_url + 'box-plots', width='100%', height=630)
76+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
77+
IFrame(snippet_url + 'box-plots', width='100%', height=1200)
7878
```
7979

8080
### Display the underlying data

0 commit comments

Comments
 (0)