Skip to content
Snippets Groups Projects
  1. Aug 13, 2018
  2. Aug 08, 2018
  3. Aug 03, 2018
  4. Aug 02, 2018
  5. Aug 01, 2018
  6. Jul 31, 2018
    • Rafal Skolasinski's avatar
      take site position from underlying discretizer lattice · b0211f10
      Rafal Skolasinski authored and Joseph Weston's avatar Joseph Weston committed
      Previously we were manually computing the position from
      the site tag an an extra 'grid_spacing' parameter. Even
      though we now have one additional Python function call,
      using the position as determined by the underlying lattice
      is less susceptible to bugs.
      
      Closes #199.
      b0211f10
  7. Jul 18, 2018
  8. May 22, 2018
  9. May 18, 2018
  10. 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
  11. Mar 12, 2018
Loading