Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
    • Christoph Groth's avatar
      select matplotlib backend only when needed · 8ca980f7
      Christoph Groth authored
      Previously, in order to not to fix the matplotlib backend, we required
      users to import matplotlib.pyplot before calling any Kwant plotting
      functions.  This did not have the desired effect, since we did import
      `matplotlib.backends` and that also fixes the backend.
      
      Now, both backends and pyplot are imported at the last possible moment
      and a warning is emitted if this fixes the backend.
      8ca980f7
  2. Dec 13, 2017
  3. Dec 08, 2017
  4. Dec 07, 2017
    • Joseph Weston's avatar
      remove dubious resize of transformations when plotting in 3D · 6647bc7a
      Joseph Weston authored
      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.
      6647bc7a
  5. Dec 05, 2017
  6. Dec 04, 2017
  7. Nov 30, 2017
  8. Oct 27, 2017
  9. Oct 26, 2017
  10. Oct 13, 2017
  11. Sep 14, 2017
Loading