This may be the same problem as https://github.com/brownplt/pyret-lang/issues/1471, but this is a smaller program. Running ``` include plot t = table: label, value row: "x", "25" row: "y", "100" row: "z", "1000" end pie-chart(t, _.{title: "Chart"}) ``` produces 