Plotting in Julia: Reese Pathak Stephen Boyd EE103 Stanford University
Plotting in Julia: Reese Pathak Stephen Boyd EE103 Stanford University
Plotting in Julia: Reese Pathak Stephen Boyd EE103 Stanford University
EE103
Stanford University
2
Fire up JuliaBox
I select Julia 0.6.0, and enter the new notebook you’ve created
3
PyPlot in JuliaBox
4
Plotting y = x2 for 0 ≤ x ≤ 10
5
The result
6
Additional features in PyPlot
7
A more detailed plot of y = x2
8
A more complicated plot (1)
10