Test Box Plot

Box Plot Test

Default Box Plot (Numbers Outside)

{
  "boxPlot": true,
  "xlim": [-10, 10],
  "ylim": [-5, 5],
  "data": [
    { "fn": "sin(x)" }
  ]
}
{
  "boxPlot": true,
  "xlim": [-10, 10],
  "ylim": [-5, 5],
  "data": [
    { "fn": "sin(x)" }
  ]
}

Box Plot with Numbers Inside (Proposed)

Currently this will look same as above until implemented.

{
  "boxPlot": true,
  "boxNumbersInside": true,
  "xlim": [-10, 10],
  "ylim": [-5, 5],
  "data": [
    { "fn": "cos(x)", "color": "blue" }
  ]
}
{
  "boxPlot": true,
  "boxNumbersInside": true,
  "xlim": [-10, 10],
  "ylim": [-5, 5],
  "data": [
    { "fn": "cos(x)", "color": "blue" }
  ]
}