Skip to content

Commit

Permalink
Fix legend entry for crystal shape plot
Browse files Browse the repository at this point in the history
Legend entries only showed 'interpreter LaTeX' instead of the Miller indices when using the 'colored' option for plotting crystal shapes.
  • Loading branch information
filippeof authored Apr 8, 2020
1 parent 9b416c0 commit 085bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/@crystalShape/plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
end

hold off
legend('show','interpreter','LaTeX','location','best')
legend({},'interpreter','LaTeX','location','best')

if nargout == 0, clear h; end
return
Expand Down

0 comments on commit 085bdd0

Please sign in to comment.