I have this structure:
HashMap<Double, Integer>> times
Where the Kay is a time (dobule) and the value is the number of occurence of this time. For example i have: time: 1.65 occurence: 10;
I need to plot a line chart with the time on X axis and the occurence on Y axis.
What i can use of very simple?