Closed zingale closed 3 weeks ago
clim is (lower, upper), not (upper, lower)
in plot_modifications.py ContourCallback, we do the contours as:
plot_modifications.py
ContourCallback
levels = np.linspace(clim[0], clim[1], self.levels)
so clim[0] is the lower limit, not upper.
clim[0]
I figured it was some cosmology thing ;)
clim is (lower, upper), not (upper, lower)
PR Summary
in
plot_modifications.py
ContourCallback
, we do the contours as:so
clim[0]
is the lower limit, not upper.PR Checklist