diff options
-rw-r--r-- | example_beam_trace.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_beam_trace.m b/example_beam_trace.m index 041beed..b200fb5 100644 --- a/example_beam_trace.m +++ b/example_beam_trace.m @@ -65,4 +65,6 @@ clf; text(-1,-1, 'red: s-polarization; blue: p-polarization'); +print('beams.eps','-depsc2'); +print('beams.png'); |