Skip to content

Commit 111eb52

Browse files
authored
Minor update of syncplots.md: indent fix
1 parent 8aad5b2 commit 111eb52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/syncplots.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ for additional information.
140140
When using PlotlyJS.jl at the Julia REPL a plot will automatically be displayed
141141
in two possible ways.
142142
1. A `Plot()` call will create a temporary HTML file with the plot embedded inside.
143-
PlotlyJS.jl code will then try to launch the application that handles `.html`
144-
files on the user's computer, typically their default browser.
143+
PlotlyJS.jl code will then try to launch the application that handles `.html`
144+
files on the user's computer, typically their default browser.
145145
2. A `plot()` call will launch a new Electron window. This is a dedicated
146-
browser window we have full control over. To see a plot `p`, just type `p` by
147-
itself at the REPL and execute the line. Alternatively you can call `display(p)`.
146+
browser window we have full control over. To see a plot `p`, just type `p` by
147+
itself at the REPL and execute the line. Alternatively you can call `display(p)`.
148148

149149
In addition to being able to see our charts in many front-end environments,
150150
WebIO also provides a two-way communication bridge between JavaScript and Julia.

0 commit comments

Comments
 (0)