MaplePrimes Questions

Try this out:
dt:=[2.5, 3.9, 2.9, 2.4, 2.9, .8, 9.1, .8, .7, .6, 7.9, 1.5, 1.8, 1.9, .8, 6.5, 1.6, 5.8, 1.3, 1.2, 2.7];
Statistics[Histogram](dt);

You can see the tickmark for frequency/vertical axis is wrong. The leftmost bin hits somewhere more than 0.8. Option "frequencyscale=relative " does no help. But option "discrete=true" or change some setting about bin, such as bincount ..., can help. It seems a bug? Or my understanding about histogram is not right?

Vitro

I have multiple XY pairs from multiple sensor data which I would like to display on the same plot.  I can easily do this in MATLAB, but referencing Chapt 5 of the User's Manual indicates ways to plot multiple plots when plotting relations, but nothing I found pertains to actual numeric data sets.  The only plot command I found was "PointPlot" & it appears it can only plot a single data set at a time.

 

Any suggestions?

When I press shift+enter, I get a new line, but how do I remove the line ? (highlighting it does not always work, so I can't seem to manually delete it)