brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

box-plot function - odd behavior #309

Closed schanzer closed 5 years ago

schanzer commented 5 years ago
include chart
import statistics as S
import lists as L

render-chart(from-list.labeled-box-plot([list: "age"], [list: [list:  1990, 2003, 2009, 2018]]).horizontal(true)).display()

The box plot draws, but the scale is completely off

jpolitz commented 5 years ago

I released this to main CPO last night, so you can show the teachers the fix.