diff options
Diffstat (limited to 'propagation.m')
-rw-r--r-- | propagation.m | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/propagation.m b/propagation.m index 2792ca7..4bab16d 100644 --- a/propagation.m +++ b/propagation.m @@ -49,15 +49,15 @@ xb=Ltot-x; #plot (x,w1, "1") plot (x,w1, "1;forward propagation;", xb, wb, "2;backward propagation;", x,-w1, "1;;", xb, -wb, "2;;") -gset term postscript; -gset output "waist_profile.ps" -replot -gset term png; -gset output "waist_profile.png" -replot -gset term gif; -gset output "waist_profile.gif" -replot +%gset term postscript; +%gset output "waist_profile.ps" +%replot +%gset term png; +%gset output "waist_profile.png" +%replot +%gset term gif; +%gset output "waist_profile.gif" +%replot printf("=================================\n") printf("======= final check =============\n") |