April 2018
Beginner
238 pages
7h 13m
English
We can use this script:
#Pkg.add("Plots")#Pkg.add("PyPlot")using Plotsplotly()srand(113)plot(rand(5,5),title="My Random Plot")
It results in this output:

Note that we added the plotly() command. So, when we hover over the screen with the mouse, we see additional display fields available:

Where: