From fac7cb90d082f1256939f328e6490d7a59a5130d Mon Sep 17 00:00:00 2001 From: Peter Crowe Date: Sat, 24 Jul 2021 19:34:21 +0800 Subject: [PATCH] circle insert --- _literate/4_Turing.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_literate/4_Turing.jl b/_literate/4_Turing.jl index 8ec7e87b..03cdd370 100644 --- a/_literate/4_Turing.jl +++ b/_literate/4_Turing.jl @@ -89,7 +89,8 @@ using Plots, StatsPlots, Distributions, LaTeXStrings dice = DiscreteUniform(1, 6) plot(dice, label="six-sided Dice", - lw=5, + markershape=:circle, + ms=5, xlabel=L"\theta", ylabel="Mass", ylims=(0, 0.3)