Stem-and-leaf plot: Difference between revisions

m
Removed useless “$” for “echo”.
m (Removed useless “$” for “echo”.)
Line 2,372:
var taskPlot = StemLeafPlot()
taskPlot.init(1, taskData)
echo $taskPlot
 
echo "Test with Negative Stem"
var negativePlot = StemLeafPlot()
negativePlot.init(1, negativeData)
echo $negativePlot</lang>
 
{{out}}
Anonymous user