5 lines
133 B
Julia
5 lines
133 B
Julia
|
# This file was generated, do not modify it. # hide
|
||
|
using PyPlot
|
||
|
figure()
|
||
|
plot([0, 1], [0, 1])
|
||
|
savefig(joinpath(@OUTPUT, "test.png"))
|