diff options
author | evmik <evmik@ligo.mit.edu> | 2006-07-14 14:47:58 -0400 |
---|---|---|
committer | evmik <evmik@ligo.mit.edu> | 2006-07-14 14:47:58 -0400 |
commit | 81470e158bd896f4c2fe0e443b8ac6f9bb062b7b (patch) | |
tree | c328c2a8d79e5d128ea0858975ce6ed1004b7af9 | |
parent | f819eaf5e18cce436d39412c4578f81cf65eef9a (diff) | |
download | mode_match-81470e158bd896f4c2fe0e443b8ac6f9bb062b7b.tar.gz mode_match-81470e158bd896f4c2fe0e443b8ac6f9bb062b7b.zip |
added full beam diameter drawing, not only apper part as before
darcs-hash:20060714184758-a6199-1495d41cb5e939f8a1d9c4f91ef771c1d22e09d0
-rw-r--r-- | propagation.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/propagation.m b/propagation.m index fb7bb0a..2792ca7 100644 --- a/propagation.m +++ b/propagation.m @@ -47,7 +47,8 @@ wb=q2waste(q2b, lambda); rb=q2radius(q2b,lambda); xb=Ltot-x; #plot (x,w1, "1") -plot (x,w1, "1;forward propagation;", xb, wb, "2;backward propagation;") +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 |