|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-11-21 22:33:40
|
Boniforti Flavio wrote: > A) the graph should be generated *new* when the actual month is over > (I'd like to have different PNGs for each month); That's mainly between you and your data generation scripts to handle. > B) it should be schedulable, but I don't know how to put or pass > variables to the plot script There are several approaches. The basic choice is between parametrizing a canned gnuplot script from the outside using environment variables (`echo $VARIABLE` style), and modifying the script on the fly (HERE script or piping individual commands from another scripting language to gnuplot). |