Skip to content
Snippets Groups Projects
  1. May 22, 2018
  2. Apr 03, 2018
    • Joseph Weston's avatar
      improve heuristic for setting colormap limits in plotter.map · 82baedca
      Joseph Weston authored
      Previously we used the matplotlib default behavior of setting
      the colormap limits (vmin and vmax) to the limits of the plotted
      data, if they are not provided by the user. Now we set the
      colormap limits to the 2nd and 98th percentile of the input
      data, and stretch the limits by 10% on either end in an attempt
      to include all the data in the limits. If we cannot do so
      we set the limits to the percentiles plus the stretch
      and issue a warning.
      
      Also, whenever the data falls outside the colorbar limits
      (even when the latter are set by the user) we set the appropriate
      ends of the colorbar to be pointy, indicating that the data
      extends beyond the colorbar.
      
      Closes #183
      82baedca
  3. Feb 22, 2018
  4. Sep 06, 2017
  5. Jul 25, 2017
    • Christoph Groth's avatar
      move tutorial script generation, reorganize doc/source · 9fdd41e8
      Christoph Groth authored
      I assume that most people encounter the tutorial example scripts by
      reading the documentation, and not by viewing the tutorial subdirectory
      of a checked-out Kwant source.
      
      That's the motivation for moving all the manipulations of tutorial
      scripts from setup.py to doc/Makefile.  Previously, a successful 'make
      html' would require a preceding execution of 'setup.py build_tut'.  Now,
      a simple 'make html' is enough.
      
      While at it, I reorganized where the example scripts and their outputs
      are stored.  Everything is now in 'doc/source/code' with its three
      subdirectories 'download' (to be shown to readers), 'include' (with
      include markers), and 'figure' (figure generation & figures).  This
      organization is clearer and also makes the generation of figures
      separate from the tutorial.
      9fdd41e8
  6. May 23, 2017
  7. May 19, 2017
  8. May 14, 2017
  9. May 13, 2017
  10. May 12, 2017
  11. May 11, 2017
  12. Apr 18, 2017
  13. Mar 30, 2017
  14. Jan 30, 2017
  15. Jan 24, 2017
  16. Jan 10, 2017
  17. Dec 21, 2016
  18. Dec 15, 2016
  19. Dec 02, 2016
  20. Oct 26, 2016
  21. Aug 30, 2016
  22. Aug 04, 2016
  23. Jun 03, 2016
  24. May 05, 2016
  25. Dec 09, 2015
  26. Oct 21, 2015
  27. May 19, 2015
  28. Mar 05, 2015
  29. Feb 03, 2015
  30. Sep 30, 2014
Loading