|
From: Daniel J S. <dan...@ie...> - 2004-12-06 04:47:17
|
Daniel J Sebald wrote: > Daniel J Sebald wrote: > >> set key ... background rgb (0.3, 0.2, 0.57) > > > > Does this "rgb (0.3, 0.2, 0.57)" run the risk of being confused as a > user-defined function? Hans' may have just answered this: > gnuplot> splot using (x):(y):f(x,y):color(x,y) > > <> Good thinging, in principle. Except may not be 100% correct. Some daring young fella *might* have gone ahead and defined himself a function named 'using' ;-) |