user1026051
user1026051

Reputation: 35

gnuplot, two y-ranges far apart

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
     -------------

Upvotes: 1

Views: 1082

Answers (2)

vaettchen
vaettchen

Reputation: 7659

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.

Upvotes: 1

Related Questions