Hi,

I'm making use of a histogram to visualize my data. The only problem is that 90% of the data has a value which lies close to eachother but 10% is very different.

For example:

Interval-----Frequency
0-10-----5
10-20-----7
20-30-----6
30-40-----0
40-50-----0
50-60-----0
60-70------0
70-80------0
80-90-----0
90-100----0
100-110----2

Now the histogram I will obtain won't look very good. Is there a way I can have an interval like 40 - ... which resembles everything above 40?

Thanks in advance