get independent outputs
This commit is contained in:
parent
a3662ba76e
commit
4ad9c8a70b
|
|
@ -7,13 +7,13 @@ set xbrushwidth=3
|
||||||
set pointchars='o'
|
set pointchars='o'
|
||||||
set curplottitle="combplot pointplot boxesplot"
|
set curplottitle="combplot pointplot boxesplot"
|
||||||
plot vec1 vs vec2 combplot
|
plot vec1 vs vec2 combplot
|
||||||
gnuplot gpout vec1 vs vec2 combplot
|
gnuplot gpout1 vec1 vs vec2 combplot
|
||||||
pyplot pyout vec1 vs vec2 combplot
|
pyplot pyout1 vec1 vs vec2 combplot
|
||||||
plot vec1 vs vec2 boxesplot ; this is not (yet) working
|
plot vec1 vs vec2 boxesplot ; this is not (yet) working
|
||||||
gnuplot gpout vec1 vs vec2 boxesplot
|
gnuplot gpout2 vec1 vs vec2 boxesplot
|
||||||
pyplot pyout vec1 vs vec2 boxesplot
|
pyplot pyout2 vec1 vs vec2 boxesplot
|
||||||
plot vec1 vs vec2 pointplot
|
plot vec1 vs vec2 pointplot
|
||||||
gnuplot gpout vec1 vs vec2 pointplot
|
gnuplot gpout3 vec1 vs vec2 pointplot
|
||||||
pyplot pyout vec1 vs vec2 pointplot
|
pyplot pyout3 vec1 vs vec2 pointplot
|
||||||
.endc
|
.endc
|
||||||
.end
|
.end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue