Is it possible to plot two ranges which are far apart each other?
I mean, if I have a dataset like [ 1, 2, 3, 1001, 1001, 1003 ],
can I draw a plot like this?
|
1003 | x
1002 | x
1001 | x
1000 |
|
===================== omission
|
4 |
3 | x
2 | x
1 | x
-------------
You may want to check out this link:
Gnuplot surprising – Broken axes graph in gnuplot. The author presents three examples of plotting a grqph with a broken x axis.