File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ for additional information.
140140When using PlotlyJS.jl at the Julia REPL a plot will automatically be displayed
141141in two possible ways.
1421421 . 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.
1451452 . 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
149149In addition to being able to see our charts in many front-end environments,
150150WebIO also provides a two-way communication bridge between JavaScript and Julia.
You can’t perform that action at this time.
0 commit comments