Skip to content

remove dubious resize of transformations when plotting in 3D

Joseph Weston requested to merge jbweston/kwant:fix/3dplot into stable

Previously, when plotting a 3D system with 'site_size' provided explicity as a sequence, a ValueError would be raised when using '%matplotlib inline' or '%matplotlib notebook' from a Jupyter notebook. We do not add a test for this, because that would require depending on Jupyter.

Closes #39 (closed).

Merge request reports