summaryrefslogtreecommitdiff
path: root/propagation.m
diff options
context:
space:
mode:
Diffstat (limited to 'propagation.m')
-rw-r--r--propagation.m11
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")