Stem-and-leaf plot: Difference between revisions

Content added Content deleted
m (Removed useless “$” for “echo”.)
Line 2,372: Line 2,372:
var taskPlot = StemLeafPlot()
var taskPlot = StemLeafPlot()
taskPlot.init(1, taskData)
taskPlot.init(1, taskData)
echo $taskPlot
echo taskPlot


echo "Test with Negative Stem"
echo "Test with Negative Stem"
var negativePlot = StemLeafPlot()
var negativePlot = StemLeafPlot()
negativePlot.init(1, negativeData)
negativePlot.init(1, negativeData)
echo $negativePlot</lang>
echo negativePlot</lang>


{{out}}
{{out}}