zkbt / chromatic

Tools for visualizing spectrosopic light curves, with flux as a function of wavelength and time.
MIT License
14 stars 4 forks source link

`imshow` can screw up limits if `vmin` is `0` #220

Open zkbt opened 1 year ago

zkbt commented 1 year ago

It looks like reseting vmin or vmax if they are 0. Probably need a more careful test for whether either of these limits is actually None?