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

Diff for: doc/python/3d-mesh.md

+2-2
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

Diff for: doc/python/3d-scatter-plots.md

+2-2
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

Diff for: doc/python/animations.md

+2-2
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

Diff for: doc/python/axes.md

+2-2
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

Diff for: doc/python/bar-charts.md

+2-2
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

Diff for: doc/python/bio-alignment-chart.md

+2-2
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
```

Diff for: doc/python/bio-clustergram.md

+2-2
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
```

Diff for: doc/python/bio-manhattanplot.md

+2-2
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
```

Diff for: doc/python/bio-volcano-plot.md

+2-2
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
```

Diff for: doc/python/box-plots.md

+2-2
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

Diff for: doc/python/builtin-colorscales.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8383

8484
```python hide_code=true
8585
from IPython.display import IFrame
86-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
87-
IFrame(snippet_url + 'builtin-colorscales', width='100%', height=630)
86+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
87+
IFrame(snippet_url + 'builtin-colorscales', width='100%', height=1200)
8888
```
8989

9090
### Built-In Sequential Color scales

Diff for: doc/python/candlestick-charts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8383

8484
```python hide_code=true
8585
from IPython.display import IFrame
86-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
87-
IFrame(snippet_url + 'candlestick-charts', width='100%', height=630)
86+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
87+
IFrame(snippet_url + 'candlestick-charts', width='100%', height=1200)
8888
```
8989

9090
#### Adding Customized Text and Annotations

Diff for: doc/python/choropleth-maps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
151151

152152
```python hide_code=true
153153
from IPython.display import IFrame
154-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
155-
IFrame(snippet_url + 'choropleth-maps', width='100%', height=630)
154+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
155+
IFrame(snippet_url + 'choropleth-maps', width='100%', height=1200)
156156
```
157157

158158
### Discrete Colors

Diff for: doc/python/colorscales.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9999

100100
```python hide_code=true
101101
from IPython.display import IFrame
102-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
103-
IFrame(snippet_url + 'colorscales', width='100%', height=630)
102+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
103+
IFrame(snippet_url + 'colorscales', width='100%', height=1200)
104104
```
105105

106106
### Color Scales in Plotly Express

Diff for: doc/python/creating-and-updating-figures.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
136136

137137
```python hide_code=true
138138
from IPython.display import IFrame
139-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
140-
IFrame(snippet_url + 'figure-structure', width='100%', height=630)
139+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
140+
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
141141
```
142142

143143
### Creating Figures

Diff for: doc/python/discrete-color.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
107107

108108
```python hide_code=true
109109
from IPython.display import IFrame
110-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
111-
IFrame(snippet_url + 'discrete-color', width='100%', height=630)
110+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
111+
IFrame(snippet_url + 'discrete-color', width='100%', height=1200)
112112
```
113113

114114
### Color Sequences in Plotly Express

Diff for: doc/python/distplot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6565

6666
```python hide_code=true
6767
from IPython.display import IFrame
68-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
69-
IFrame(snippet_url + 'distplot', width='100%', height=630)
68+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
69+
IFrame(snippet_url + 'distplot', width='100%', height=1200)
7070
```
7171

7272
## Combined statistical representations with distplot figure factory

Diff for: doc/python/figure-labels.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9494

9595
```python hide_code=true
9696
from IPython.display import IFrame
97-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
98-
IFrame(snippet_url + 'figure-labels', width='100%', height=630)
97+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
98+
IFrame(snippet_url + 'figure-labels', width='100%', height=1200)
9999
```
100100

101101
### Manual Labelling with Graph Objects

Diff for: doc/python/figure-structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
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 + 'figure-structure', width='100%', height=630)
61+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
62+
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
6363
```
6464

6565
### Figures as Trees of Attributes

Diff for: doc/python/filled-area-plots.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
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 + 'filled-area-plots', width='100%', height=630)
61+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
62+
IFrame(snippet_url + 'filled-area-plots', width='100%', height=1200)
6363
```
6464

6565
### Filled area chart with plotly.graph_objects

Diff for: doc/python/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8686

8787
```python hide_code=true
8888
from IPython.display import IFrame
89-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
90-
IFrame(snippet_url + 'getting-started', width='100%', height=630)
89+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
90+
IFrame(snippet_url + 'getting-started', width='100%', height=1200)
9191
```
9292

9393
#### JupyterLab Support

Diff for: doc/python/heatmaps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
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 + 'heatmaps', width='100%', height=630)
105+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
106+
IFrame(snippet_url + 'heatmaps', width='100%', height=1200)
107107
```
108108

109109
### Controlling Aspect Ratio

Diff for: doc/python/histograms.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
109109

110110
```python hide_code=true
111111
from IPython.display import IFrame
112-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
113-
IFrame(snippet_url + 'histograms', width='100%', height=630)
112+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
113+
IFrame(snippet_url + 'histograms', width='100%', height=1200)
114114
```
115115

116116
#### Accessing the counts (y-axis) values

Diff for: doc/python/horizontal-vertical-shapes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7676

7777
```python hide_code=true
7878
from IPython.display import IFrame
79-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
80-
IFrame(snippet_url + 'horizontal-vertical-shapes', width='100%', height=630)
79+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
80+
IFrame(snippet_url + 'horizontal-vertical-shapes', width='100%', height=1200)
8181
```
8282

8383
#### Adding Text Annotations

Diff for: doc/python/hover-text-and-formatting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Change the hovermode below and try hovering over the points:
9393

9494
```python hide_code=true
9595
from IPython.display import IFrame
96-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
97-
IFrame(snippet_url + 'hover-text-and-formatting', width='100%', height=630)
96+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
97+
IFrame(snippet_url + 'hover-text-and-formatting', width='100%', height=1200)
9898
```
9999

100100
#### Selecting a hovermode in a figure created with `plotly.graph_objects`

Diff for: doc/python/interactive-html-export.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6565

6666
```python hide_code=true
6767
from IPython.display import IFrame
68-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
69-
IFrame(snippet_url + 'interactive-html-export', width='100%', height=630)
68+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
69+
IFrame(snippet_url + 'interactive-html-export', width='100%', height=1200)
7070
```
7171

7272
### Full Parameter Documentation

Diff for: doc/python/legend.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
159159

160160
```python hide_code=true
161161
from IPython.display import IFrame
162-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
163-
IFrame(snippet_url + 'legend', width='100%', height=630)
162+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
163+
IFrame(snippet_url + 'legend', width='100%', height=1200)
164164
```
165165

166166
#### Horizontal Legends

Diff for: doc/python/line-and-scatter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9494

9595
```python hide_code=true
9696
from IPython.display import IFrame
97-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
98-
IFrame(snippet_url + 'line-and-scatter', width='100%', height=630)
97+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
98+
IFrame(snippet_url + 'line-and-scatter', width='100%', height=1200)
9999
```
100100

101101
### Scatter plots and Categorical Axes

Diff for: doc/python/line-charts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6767

6868
```python hide_code=true tags=[]
6969
from IPython.display import IFrame
70-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
71-
IFrame(snippet_url + 'line-charts', width='100%', height=630)
70+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
71+
IFrame(snippet_url + 'line-charts', width='100%', height=1200)
7272
```
7373

7474
### Data Order in Line Charts

Diff for: doc/python/mapbox-county-choropleth.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
116116

117117
```python hide_code=true
118118
from IPython.display import IFrame
119-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
120-
IFrame(snippet_url + 'mapbox-county-choropleth', width='100%', height=630)
119+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
120+
IFrame(snippet_url + 'mapbox-county-choropleth', width='100%', height=1200)
121121
```
122122

123123
### Indexing by GeoJSON Properties

Diff for: doc/python/marker-style.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
116116

117117
```python hide_code=true
118118
from IPython.display import IFrame
119-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
120-
IFrame(snippet_url + 'marker-style', width='100%', height=630)
119+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
120+
IFrame(snippet_url + 'marker-style', width='100%', height=1200)
121121
```
122122

123123
### Opacity

Diff for: doc/python/ml-knn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
245245

246246
```python hide_code=true
247247
from IPython.display import IFrame
248-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
249-
IFrame(snippet_url + 'knn-classification', width='100%', height=630)
248+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
249+
IFrame(snippet_url + 'knn-classification', width='100%', height=1200)
250250
```
251251

252252
## Multi-class prediction confidence with [`go.Heatmap`](https://plotly.com/python/heatmaps/)

Diff for: doc/python/ml-pca.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
145145

146146
```python hide_code=true
147147
from IPython.display import IFrame
148-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
149-
IFrame(snippet_url + 'pca-visualization', width='100%', height=630)
148+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
149+
IFrame(snippet_url + 'pca-visualization', width='100%', height=1200)
150150
```
151151

152152
## 2D PCA Scatter Plot

Diff for: doc/python/ml-regression.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
100100

101101
```python hide_code=true
102102
from IPython.display import IFrame
103-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
104-
IFrame(snippet_url + 'ml-regression', width='100%', height=630)
103+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
104+
IFrame(snippet_url + 'ml-regression', width='100%', height=1200)
105105
```
106106

107107
## Model generalization on unseen data

Diff for: doc/python/ml-roc-pr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
128128

129129
```python hide_code=true
130130
from IPython.display import IFrame
131-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
132-
IFrame(snippet_url + 'roc-and-pr-curves', width='100%', height=630)
131+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
132+
IFrame(snippet_url + 'roc-and-pr-curves', width='100%', height=1200)
133133
```
134134

135135
## Multiclass ROC Curve

Diff for: doc/python/multiple-axes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8484

8585
```python hide_code=true
8686
from IPython.display import IFrame
87-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
88-
IFrame(snippet_url + 'multiple-axes', width='100%', height=630)
87+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
88+
IFrame(snippet_url + 'multiple-axes', width='100%', height=1200)
8989
```
9090

9191
#### Multiple Y-Axes Subplots

Diff for: doc/python/network-graphs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
154154

155155
```python hide_code=true
156156
from IPython.display import IFrame
157-
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
158-
IFrame(snippet_url + 'network-graphs', width='100%', height=630)
157+
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
158+
IFrame(snippet_url + 'network-graphs', width='100%', height=1200)
159159
```
160160

161161
#### Reference

0 commit comments

Comments
 (0)