Skip to content

Commit

Permalink
arrow3d should not appear in legend
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Nov 7, 2024
1 parent 451e46a commit 8a15c1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion geometry/@vector3d/arrow3d.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@
% plot as surface plot
h(i) = optiondraw(surf(hull.x,hull.y,hull.z,'parent',ax,...
'facecolor','k','edgecolor','none'),varargin{:});


h(i).Annotation.LegendInformation.IconDisplayStyle = "off";

end



% set caxis back
clim(ax,cax);

Expand Down

0 comments on commit 8a15c1a

Please sign in to comment.