Files
Mandelbrot/Mandelbrot.jl
2026-01-10 16:17:45 +01:00

8 lines
152 B
Julia

#using Plots
#plot([1,2,3,4], [1,4,9,16], label="Quadratisch")
using GLMakie
lines(0:0.01:10, sin)
#using Gadfly
#plot(x=1:10, y=(1:10).^2, Geom.line)