Skip to content

update-iframe-height #3625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/python/3d-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + '3d-mesh', width='100%', height=630)
IFrame(snippet_url + '3d-mesh', width='100%', height=1200)
```

### Mesh Tetrahedron
Expand Down
2 changes: 1 addition & 1 deletion doc/python/3d-scatter-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + '3d-scatter-plots', width='100%', height=630)
IFrame(snippet_url + '3d-scatter-plots', width='100%', height=1200)
```

### 3D Scatter Plot with go.Scatter3d
Expand Down
2 changes: 1 addition & 1 deletion doc/python/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'animations', width='100%', height=630)
IFrame(snippet_url + 'animations', width='100%', height=1200)
```

#### Animated Bar Charts with Plotly Express
Expand Down
2 changes: 1 addition & 1 deletion doc/python/axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'axes', width='100%', height=630)
IFrame(snippet_url + 'axes', width='100%', height=1200)
```

#### Moving Tick Labels Inside the Plot
Expand Down
2 changes: 1 addition & 1 deletion doc/python/bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'bar-charts', width='100%', height=630)
IFrame(snippet_url + 'bar-charts', width='100%', height=1200)
```

### Colored Bars
Expand Down
2 changes: 1 addition & 1 deletion doc/python/bio-alignment-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ fig.show()
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=630)
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=1200)
```
2 changes: 1 addition & 1 deletion doc/python/bio-clustergram.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ dash_bio.Clustergram(
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'bio-clustergram', width='100%', height=630)
IFrame(snippet_url + 'bio-clustergram', width='100%', height=1200)
```
2 changes: 1 addition & 1 deletion doc/python/bio-manhattanplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ dash_bio.ManhattanPlot(
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'bio-manhattanplot', width='100%', height=630)
IFrame(snippet_url + 'bio-manhattanplot', width='100%', height=1200)
```
2 changes: 1 addition & 1 deletion doc/python/bio-volcano-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ dash_bio.VolcanoPlot(
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'bio-volcano', width='100%', height=630)
IFrame(snippet_url + 'bio-volcano', width='100%', height=1200)
```
2 changes: 1 addition & 1 deletion doc/python/box-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'box-plots', width='100%', height=630)
IFrame(snippet_url + 'box-plots', width='100%', height=1200)
```

### Display the underlying data
Expand Down
2 changes: 1 addition & 1 deletion doc/python/builtin-colorscales.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'builtin-colorscales', width='100%', height=630)
IFrame(snippet_url + 'builtin-colorscales', width='100%', height=1200)
```

### Built-In Sequential Color scales
Expand Down
2 changes: 1 addition & 1 deletion doc/python/candlestick-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'candlestick-charts', width='100%', height=630)
IFrame(snippet_url + 'candlestick-charts', width='100%', height=1200)
```

#### Adding Customized Text and Annotations
Expand Down
2 changes: 1 addition & 1 deletion doc/python/choropleth-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'choropleth-maps', width='100%', height=630)
IFrame(snippet_url + 'choropleth-maps', width='100%', height=1200)
```

### Discrete Colors
Expand Down
2 changes: 1 addition & 1 deletion doc/python/colorscales.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'colorscales', width='100%', height=630)
IFrame(snippet_url + 'colorscales', width='100%', height=1200)
```

### Color Scales in Plotly Express
Expand Down
2 changes: 1 addition & 1 deletion doc/python/creating-and-updating-figures.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'figure-structure', width='100%', height=630)
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
```

### Creating Figures
Expand Down
2 changes: 1 addition & 1 deletion doc/python/discrete-color.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'discrete-color', width='100%', height=630)
IFrame(snippet_url + 'discrete-color', width='100%', height=1200)
```

### Color Sequences in Plotly Express
Expand Down
2 changes: 1 addition & 1 deletion doc/python/distplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'distplot', width='100%', height=630)
IFrame(snippet_url + 'distplot', width='100%', height=1200)
```

## Combined statistical representations with distplot figure factory
Expand Down
2 changes: 1 addition & 1 deletion doc/python/figure-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'figure-labels', width='100%', height=630)
IFrame(snippet_url + 'figure-labels', width='100%', height=1200)
```

### Manual Labelling with Graph Objects
Expand Down
2 changes: 1 addition & 1 deletion doc/python/figure-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'figure-structure', width='100%', height=630)
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
```

### Figures as Trees of Attributes
Expand Down
2 changes: 1 addition & 1 deletion doc/python/filled-area-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'filled-area-plots', width='100%', height=630)
IFrame(snippet_url + 'filled-area-plots', width='100%', height=1200)
```

### Filled area chart with plotly.graph_objects
Expand Down
2 changes: 1 addition & 1 deletion doc/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'getting-started', width='100%', height=630)
IFrame(snippet_url + 'getting-started', width='100%', height=1200)
```

#### JupyterLab Support
Expand Down
2 changes: 1 addition & 1 deletion doc/python/heatmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'heatmaps', width='100%', height=630)
IFrame(snippet_url + 'heatmaps', width='100%', height=1200)
```

### Controlling Aspect Ratio
Expand Down
2 changes: 1 addition & 1 deletion doc/python/histograms.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'histograms', width='100%', height=630)
IFrame(snippet_url + 'histograms', width='100%', height=1200)
```

#### Accessing the counts (y-axis) values
Expand Down
2 changes: 1 addition & 1 deletion doc/python/horizontal-vertical-shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'horizontal-vertical-shapes', width='100%', height=630)
IFrame(snippet_url + 'horizontal-vertical-shapes', width='100%', height=1200)
```

#### Adding Text Annotations
Expand Down
2 changes: 1 addition & 1 deletion doc/python/hover-text-and-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Change the hovermode below and try hovering over the points:
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'hover-text-and-formatting', width='100%', height=630)
IFrame(snippet_url + 'hover-text-and-formatting', width='100%', height=1200)
```

#### Selecting a hovermode in a figure created with `plotly.graph_objects`
Expand Down
2 changes: 1 addition & 1 deletion doc/python/interactive-html-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'interactive-html-export', width='100%', height=630)
IFrame(snippet_url + 'interactive-html-export', width='100%', height=1200)
```

### Full Parameter Documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/python/legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'legend', width='100%', height=630)
IFrame(snippet_url + 'legend', width='100%', height=1200)
```

#### Horizontal Legends
Expand Down
2 changes: 1 addition & 1 deletion doc/python/line-and-scatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'line-and-scatter', width='100%', height=630)
IFrame(snippet_url + 'line-and-scatter', width='100%', height=1200)
```

### Scatter plots and Categorical Axes
Expand Down
2 changes: 1 addition & 1 deletion doc/python/line-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true tags=[]
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'line-charts', width='100%', height=630)
IFrame(snippet_url + 'line-charts', width='100%', height=1200)
```

### Data Order in Line Charts
Expand Down
2 changes: 1 addition & 1 deletion doc/python/mapbox-county-choropleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'mapbox-county-choropleth', width='100%', height=630)
IFrame(snippet_url + 'mapbox-county-choropleth', width='100%', height=1200)
```

### Indexing by GeoJSON Properties
Expand Down
2 changes: 1 addition & 1 deletion doc/python/marker-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'marker-style', width='100%', height=630)
IFrame(snippet_url + 'marker-style', width='100%', height=1200)
```

### Opacity
Expand Down
2 changes: 1 addition & 1 deletion doc/python/ml-knn.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'knn-classification', width='100%', height=630)
IFrame(snippet_url + 'knn-classification', width='100%', height=1200)
```

## Multi-class prediction confidence with [`go.Heatmap`](https://plotly.com/python/heatmaps/)
Expand Down
2 changes: 1 addition & 1 deletion doc/python/ml-pca.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'pca-visualization', width='100%', height=630)
IFrame(snippet_url + 'pca-visualization', width='100%', height=1200)
```

## 2D PCA Scatter Plot
Expand Down
2 changes: 1 addition & 1 deletion doc/python/ml-regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'ml-regression', width='100%', height=630)
IFrame(snippet_url + 'ml-regression', width='100%', height=1200)
```

## Model generalization on unseen data
Expand Down
2 changes: 1 addition & 1 deletion doc/python/ml-roc-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'roc-and-pr-curves', width='100%', height=630)
IFrame(snippet_url + 'roc-and-pr-curves', width='100%', height=1200)
```

## Multiclass ROC Curve
Expand Down
2 changes: 1 addition & 1 deletion doc/python/multiple-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'multiple-axes', width='100%', height=630)
IFrame(snippet_url + 'multiple-axes', width='100%', height=1200)
```

#### Multiple Y-Axes Subplots
Expand Down
2 changes: 1 addition & 1 deletion doc/python/network-graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'network-graphs', width='100%', height=630)
IFrame(snippet_url + 'network-graphs', width='100%', height=1200)
```

#### Reference
Expand Down
2 changes: 1 addition & 1 deletion doc/python/pie-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'pie-charts', width='100%', height=630)
IFrame(snippet_url + 'pie-charts', width='100%', height=1200)
```

### Setting the color of pie sectors with px.pie
Expand Down
2 changes: 1 addition & 1 deletion doc/python/plot-data-from-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'plot-data-from-csv', width='100%', height=630)
IFrame(snippet_url + 'plot-data-from-csv', width='100%', height=1200)
```

### Plot from CSV with `graph_objects`
Expand Down
2 changes: 1 addition & 1 deletion doc/python/plotly-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'plotly-express', width='100%', height=630)
IFrame(snippet_url + 'plotly-express', width='100%', height=1200)
```

### Gallery
Expand Down
2 changes: 1 addition & 1 deletion doc/python/renderers.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'renderers', width='100%', height=630)
IFrame(snippet_url + 'renderers', width='100%', height=1200)
```

## Displaying Figures Using `ipywidgets`
Expand Down
2 changes: 1 addition & 1 deletion doc/python/sankey-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'sankey-diagram', width='100%', height=630)
IFrame(snippet_url + 'sankey-diagram', width='100%', height=1200)
```

### Style Sankey Diagram
Expand Down
2 changes: 1 addition & 1 deletion doc/python/setting-graph-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'setting-graph-size', width='100%', height=630)
IFrame(snippet_url + 'setting-graph-size', width='100%', height=1200)
```

### Adjusting Height, Width, & Margins With Graph Objects
Expand Down
2 changes: 1 addition & 1 deletion doc/python/shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'shapes', width='100%', height=630)
IFrame(snippet_url + 'shapes', width='100%', height=1200)
```

#### Vertical and Horizontal Lines Positioned Relative to the Axis Data
Expand Down
2 changes: 1 addition & 1 deletion doc/python/static-image-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
```python hide_code=true
from IPython.display import IFrame
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
IFrame(snippet_url + 'static-image-export', width='100%', height=630)
IFrame(snippet_url + 'static-image-export', width='100%', height=1200)
```

### Get Image as Bytes
Expand Down
Loading