Pie

pie.png

# ref https://docs.juliaplots.org/latest/generated/pyplot/
x = ["Nerds","Hackers","Scientists"]
y = [0.4,0.35,0.25]
pie(x, y, title="The Julia Community",l = 0.5)

This page was generated using Literate.jl.