diff --git a/Mandelbrot.jl b/Mandelbrot.jl new file mode 100644 index 0000000..5b0fb72 --- /dev/null +++ b/Mandelbrot.jl @@ -0,0 +1,8 @@ +#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) \ No newline at end of file