|
From: Mahmood N. <nt_...@ya...> - 2013-07-16 18:59:26
|
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. Regards, Mahmood |