Skip to content

guard reference to 'mplot3d' in function that can be used without 3D

Joseph Weston requested to merge jbweston/kwant:bugfix/plotter into stable

If 'mplot3d' is not available then plotting 2D systems fails because 'plot' calls 'set_colors', which references 'mplot3d'.

Merge request reports