I have installed Julia-1.9.2 and just add one package Plots
try this simple code:
using Plots
gr()
f(x) = exp(x)
plot(f)
the plot window / GUI window is not showing. How to fix this?
I have installed Julia-1.9.2 and just add one package Plots
try this simple code:
using Plots
gr()
f(x) = exp(x)
plot(f)
the plot window / GUI window is not showing. How to fix this?