|
From: Gareth W. <g.w...@sh...> - 2011-06-15 16:32:44
|
On 15 Jun 2011, at 17:08, BBands wrote: > The ternary operator allows conditional plotting. > > 'help ternary' > 'help plot using' > > Ethan helped me with a rather elegant example of this that you can see > in finance.dem. > > Why not pass the increment for 'set ytics' in from your bash script? thanks for this. I am thinking of ways I can get my script to do this. The problem that immediately comes to mind there is that I would need to know the yrange maximum in order to calculate the appropriate increment. But of course the yrange is calculated each time by Gnuplot, not by bash. But I will keep trying. I'll also try to make sense of the ternary operators Best wishes, Gareth |