Setting defaults and font arguments

Source code Author Update time

using Plots
gaston()
begin
    default(titlefont = (20, "times"), legendfontsize = 18, guidefont = (18, :darkgreen), tickfont = (12, :orange), guide = "x", framestyle = :zerolines, yminorgrid = true)
    plot([sin, cos], -2π, 2π, label = ["sin(θ)" "cos(θ)"], title = "Trigonometric Functions", xlabel = "θ", linewidth = 2, legend = :outertopleft)
end
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 -1.0 -0.5 0.0 0.5 1.0 -5.0 -2.5 0.0 2.5 5.0 x θ Trigonometric Functions sin(θ) cos(θ) sin(θ) sin(θ) cos(θ) cos(θ)

This page was generated using DemoCards.jl and Literate.jl.