Skip to content

Commit c2ae3d8

Browse files
committed
add view(3) command, now required
1 parent e58caee commit c2ae3d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plotvol.m

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ function plotvol(bounds)
8080
end
8181

8282
axis(bounds)
83+
if length(bounds) == 6
84+
view(3)
85+
end
8386

8487
% common code
8588
grid on;

0 commit comments

Comments
 (0)