diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 22:24:10 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2012-10-17 22:24:10 -0400 |
commit | d30e6365e55c7b7cea59cd0b52c032b500e61029 (patch) | |
tree | 214a9b774467ad3163aaff28f9357b1676592667 /coupling_angles.m | |
parent | d504bfbeb411de4ef458f935702ff90c4971cc09 (diff) | |
download | wgmr-d30e6365e55c7b7cea59cd0b52c032b500e61029.tar.gz wgmr-d30e6365e55c7b7cea59cd0b52c032b500e61029.zip |
annotation shifted
Diffstat (limited to 'coupling_angles.m')
-rw-r--r-- | coupling_angles.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coupling_angles.m b/coupling_angles.m index 22d83c9..c660a64 100644 --- a/coupling_angles.m +++ b/coupling_angles.m @@ -147,7 +147,7 @@ plot(x_arc, y_arc, 'b-'); %% annotate prism angle str=sprintf('theta_{prism}=%.1f',prism_angle_in_degrees); str=strcat('\',str,'^{o}'); -text(.65, 0.06, str); +text(.52, 0.06, str); %% General annotation |