I have a file contains wire length ranging from 300-1000. How do I use GNUPLOT to make a histogram with length on X-axis (With interval of 100) and number of wires on Y-axis?
For example:
250 wire_0
350 wire_1
360 wire_2
800 wire_3
I want a bar with height of 1 representing wire_0, a bar with height of 2 representing wire_1 and wire_2 and a bar with height of 1 representing wire_3.