diff options
Diffstat (limited to 'coupling_angles.m')
-rw-r--r-- | coupling_angles.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coupling_angles.m b/coupling_angles.m index 24ddeb9..11929b6 100644 --- a/coupling_angles.m +++ b/coupling_angles.m @@ -140,12 +140,12 @@ text(x_arc_prism_2(1)+.05,y_arc_prism_2(1), str); str=sprintf('n_{disk}=%.3f',n_disk); -text(0,1.1, str); +text(-0.9,1.1, str); str=sprintf('n_{prism}=%.3f',n_prism); -text(0,1.2, str); +text(-0.9,1.2, str); -text(0, 1.3, coupling_description); +text(-0.9, 1.3, coupling_description); % force same aspect ratio for axis axis([-1,1,-0.5,1.5],'equal'); |