diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2007-11-07 09:57:05 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2007-11-07 09:57:05 -0500 |
commit | 6cd92eb7bd2bc23d708e872a8fee1900ee15eef6 (patch) | |
tree | 28df16c111b8f2062c742268476b71b4dca62a2f /propagation.m | |
parent | 81470e158bd896f4c2fe0e443b8ac6f9bb062b7b (diff) | |
download | mode_match-6cd92eb7bd2bc23d708e872a8fee1900ee15eef6.tar.gz mode_match-6cd92eb7bd2bc23d708e872a8fee1900ee15eef6.zip |
commented out gnuplot controlsv1.0
darcs-hash:20071107145705-067c0-30af8b68853cf8632caa0fc39c2d0ae4943c2bf0
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") |