diff options
-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 |