Pie

Source code Author Update time

using Plots
gaston()
x = ["Nerds", "Hackers", "Scientists"]
y = [0.4, 0.35, 0.25]
pie(x, y, title = "The Julia Community", l = 0.5)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 Nerds Hackers Scientists Nerds Nerds Hackers Hackers Scientists Scientists The Julia Community

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