|
From: atoms.h <l....@fr...> - 2008-07-21 18:28:30
|
Thanks, after some further research I came to the same conclusion... > set pal mod RGB funct (gray>1./400.?sqrt(gray):1), > (gray>1./400.?gray**3:1), (gray>1./400.?sin(gray*2.*pi):1) This is quite fancy! Amazing... by now I changed the coloring to a simple gradient: white,purple,blue,cyan,green,yellow,red Which also works - if not as sophisticated... Many thanks, Thomas -- View this message in context: http://www.nabble.com/heatmap-%2B-ternary-operator-problem-tp18565447p18574570.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |