diff options
author | evmik <evmik@ligo.mit.edu> | 2006-07-12 12:06:59 -0400 |
---|---|---|
committer | evmik <evmik@ligo.mit.edu> | 2006-07-12 12:06:59 -0400 |
commit | 85bb8359813cb458e961ddbf58d5d71821659fb2 (patch) | |
tree | 56e42c89c9822be2256055a58c5429901f02ae3c /propagation.m | |
parent | dda638d1a02d40efc1fbe0bf984697acd9b646a4 (diff) | |
download | mode_match-85bb8359813cb458e961ddbf58d5d71821659fb2.tar.gz mode_match-85bb8359813cb458e961ddbf58d5d71821659fb2.zip |
added ps, png, gif formats of the file for plot output
darcs-hash:20060712160659-a6199-d0d1828de19d1247931a750cc91145d92935bab0
Diffstat (limited to 'propagation.m')
-rw-r--r-- | propagation.m | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/propagation.m b/propagation.m index 7f307ee..f565672 100644 --- a/propagation.m +++ b/propagation.m @@ -47,7 +47,16 @@ wb=q2waste(q2b, lambda); rb=q2radius(q2b,lambda); xb=Ltot-x; #plot (x,w1, "1") -plot (x,w1, "1", xb, wb, "2") +plot (x,w1, "1;forward propagation;", xb, wb, "2;backward propagation;") +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") |