Julia begonnen
This commit is contained in:
8
Mandelbrot.jl
Normal file
8
Mandelbrot.jl
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user