Pie

Source code Author Update time

using Plots
pythonplot()
x = ["Nerds", "Hackers", "Scientists"]
y = [0.4, 0.35, 0.25]
pie(x, y, title = "The Julia Community", l = 0.5)
2026-01-16T14:44:21.450964 image/svg+xml Matplotlib v3.10.8, https://matplotlib.org/

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