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.2 patchlevel 8 -1.0 -0.5 0.0 0.5 1.0 -1.5 -1.0 -0.5 0.0 0.5 1.0 1.5 The Julia Community Nerds Hackers Scientists Nerds Nerds Hackers Hackers Scientists Scientists

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