From 736533257a11dd5e84864d262899c20dcdf21617 Mon Sep 17 00:00:00 2001 From: Holger Date: Sat, 18 Jul 2026 17:52:16 +0200 Subject: [PATCH] get independent outputs --- examples/plot/combplot.cir | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/plot/combplot.cir b/examples/plot/combplot.cir index 0500009f2..5e7cfa14e 100644 --- a/examples/plot/combplot.cir +++ b/examples/plot/combplot.cir @@ -7,13 +7,13 @@ set xbrushwidth=3 set pointchars='o' set curplottitle="combplot pointplot boxesplot" plot vec1 vs vec2 combplot -gnuplot gpout vec1 vs vec2 combplot -pyplot pyout vec1 vs vec2 combplot +gnuplot gpout1 vec1 vs vec2 combplot +pyplot pyout1 vec1 vs vec2 combplot plot vec1 vs vec2 boxesplot ; this is not (yet) working -gnuplot gpout vec1 vs vec2 boxesplot -pyplot pyout vec1 vs vec2 boxesplot +gnuplot gpout2 vec1 vs vec2 boxesplot +pyplot pyout2 vec1 vs vec2 boxesplot plot vec1 vs vec2 pointplot -gnuplot gpout vec1 vs vec2 pointplot -pyplot pyout vec1 vs vec2 pointplot +gnuplot gpout3 vec1 vs vec2 pointplot +pyplot pyout3 vec1 vs vec2 pointplot .endc .end