|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-06-14 21:20:07
|
Tatjana Skrbic wrote: > Please, if someone could tell me if it is possible to make a multiplot > that consist of several graphs obtained with splot command. It usually is. If it fails in your case, it must have something to do with how exactly you set things up. It'll be impossible to say more without you showing a reproducible example. For starters gnuplot> set multiplot layout 2,2 multiplot> splot x multiplot> splot y multiplot> splot x*y multiplot> splot sin(x)+y multiplot> unset multiplot works just fine here, in gnuplot-4.2 pl 3. |