For all that a small
clear
statement in between the plot and replot might help.For this i will show a full example in the following and two images of the two results with the png-terminal:
set terminal png
set output "test.png"
set multiplot
plot sin(x)
clear
replot cos(x)
unset multiplot
without clear | with clear |
Keine Kommentare:
Kommentar veröffentlichen