I have 2 files with points
C:\1.txt
C:\2.txt
I'm trying to plot both of them into the same plot.
set style line 1 lc rgb '#0060ad' lt 2 lw 2 pt 0 ps 1.5
plot 'C:\1.txt' with linespoints ls 1 , 'C:\2.txt' with linespoints ls 1
How to set 2 different y-axis range for them ([0:6000] and [0:150] for example)?