Skip to content
Snippets Groups Projects
  1. Nov 13, 2019
  2. Sep 03, 2019
  3. Jul 17, 2019
  4. Jul 05, 2019
  5. May 23, 2019
  6. Apr 02, 2019
  7. Apr 01, 2019
  8. Mar 19, 2019
  9. Mar 04, 2019
  10. Mar 01, 2019
  11. Feb 15, 2019
  12. Feb 14, 2019
  13. Feb 06, 2019
  14. Feb 05, 2019
  15. Feb 04, 2019
  16. Dec 20, 2018
  17. Oct 12, 2018
  18. Sep 26, 2018
  19. Sep 21, 2018
  20. Sep 20, 2018
  21. Aug 03, 2018
  22. May 22, 2018
  23. 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
  24. Feb 22, 2018
Loading