|
From: BBands <bb...@gm...> - 2013-07-16 19:51:35
|
Google can be your friend... http://gnuplot-tricks.blogspot.com/2009/06/broken-axis-revisited.html John On Tue, Jul 16, 2013 at 10:40 AM, Mahmood Naderan <nt_...@ya...> wrote: > Hi > Is it possible to have multiple xrange by splitting it to some sections? Assume the values on the x-axis looks like > > 0 1 2 ... 10 90 ... 100 600 ... 640 > > If I use "set xrange [0:640], then there are two gaps and the y-axis value for 0...10 are squeezed. In short I want to remove the following ranges from the plot > > 11 .. 89 > 101 ... 599 > > One possible solution is logarithmic scale but I need to represent the data values on a linear axis. > Hope that I explain the problem correctly. |