I am interesting what command should be added within the file of xmgrace 2D plot in order to set up the ranges for the Y-axis having a file.arg in the following format:
@ title "title"
@ xaxis label "Frame"
@ yaxis label "Number of hits"
@TYPE xy
0 0
1 1
2 3
3 8
4 7
5 8
6 8
7 8
8 8
9 12
E.g in that graph the data along Y is varied from 0 to 12. With the default xmgrace settings I have a graph where the maximum value along Y set up as 40 (with the empty data because in fact there is no values above 12), which is not good for the visualization. What command I can add to the arg file in order to fix the range along Y?