aboutsummaryrefslogtreecommitdiff
path: root/plot_beams_and_faces_figure.m
diff options
context:
space:
mode:
Diffstat (limited to 'plot_beams_and_faces_figure.m')
-rw-r--r--plot_beams_and_faces_figure.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/plot_beams_and_faces_figure.m b/plot_beams_and_faces_figure.m
index 6aebd8c..cdbe5ba 100644
--- a/plot_beams_and_faces_figure.m
+++ b/plot_beams_and_faces_figure.m
@@ -45,7 +45,10 @@ function plot_beams_and_faces_figure(border_limits, img, faces, fig_handle)
yf=faces{i}.vertex1(2) + (faces{i}.vertex2(2)-faces{i}.vertex1(2))*t;
plot(xf,yf, 'k-');
end
+
+ axis('equal');
hold off;
+
end