diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 21:22:33 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 21:22:33 -0400 |
commit | deb3d9a29240f22cb0a8f439edc35460f95aa972 (patch) | |
tree | 85e85275150558636f44f67bcd143bed59b4cb68 | |
parent | 9360f12bbea84a3c34aebc3a0a7e23402b708611 (diff) | |
download | wgmr-deb3d9a29240f22cb0a8f439edc35460f95aa972.tar.gz wgmr-deb3d9a29240f22cb0a8f439edc35460f95aa972.zip |
labels positions changed
-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'); |