Skip to content

Commit 0d1f4cd

Browse files
committed
Updated to set clipping to off and to allow specification of clipping
1 parent 44f8c69 commit 0d1f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet3D.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
ax = gca;
353353
ax.Clipping = clipping;
354354

355-
% equal data unit lengths in each axes
355+
% equal data unit lengths along each axis
356356
axis equal;
357357

358358
% 3D view

0 commit comments

Comments
 (0)