I have two sets of numbers, each set contains 100 numbers, which are delays that I have measured from a network.
I want to visualize the comparison between these two sets, instead of just provide two "dry" numbers of their mean value. I am thinking of a graph similar to the boxplot, where I can show the mean value, but also display, by some means, the upper and lower limits (for example, the data points whose values fall within the 20% and 80% of the overall value range).
Although I can create such a graph all by myself, I wonder if there is a "classical" graph that is usually used to do this type of comparison. I am an computer engineer and write codes more frequently than do math analysis, so please do not blame me of my limited knowledge of statistics :).