Skip to content

Commit ca4088e

Browse files
committed
readme
1 parent 6e9c4c8 commit ca4088e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ See `PlotlyLight.templates` for a list of theme/template options.
113113

114114
## PlotlyLight in Pluto
115115

116-
If you are plotting inside of [Pluto](https://github.com/fonsp/Pluto.jl), you'll probably want to change the default height of the plot's parent container:
116+
If you are plotting inside of [Pluto](https://github.com/fonsp/Pluto.jl), the default height of the plot's parent container is changed to 400px. You can change this e.g.
117117

118118
```julia
119-
PlotlyLight.Defaults.parent_style[] = "height: 400px;"
119+
PlotlyLight.Defaults.parent_style[] = "height: 450px;"
120120
```

0 commit comments

Comments
 (0)