#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)