jwebsite/_assets/syntax/markdown/ex1.jl

5 lines
133 B
Julia
Raw Normal View History

2020-06-14 04:15:14 +00:00
# This file was generated, do not modify it. # hide
using PyPlot
figure()
plot([0, 1], [0, 1])
savefig(joinpath(@OUTPUT, "test.png"))