diff options
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 |