Simon Danisch / Aug 27 2018
Workshop Base
Workshop Base
using Makie
Pkg.pkg"add ForwardDiff Plots PyPlot PyCall LaTeXStrings DifferentialEquations BenchmarkTools GeometryTypes" # Install Packages using Plots pyplot() Plots.plot(rand(100) / 3,reg=true,fill = (0, :green)) Plots.scatter!(rand(100), markersize = 6,c = :orange) Plots.savefig("/results/test.svg") Pkg.pkg"precompile"