We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7092176 commit c97ac3aCopy full SHA for c97ac3a
viscm/gui.py
@@ -845,7 +845,7 @@ def _refresh(self):
845
low, high = self.bgcolor_ranges[self.bg]
846
if not (low <= Jp <= high):
847
self.bg = self.bg_opposites[self.bg]
848
- self.ax.set_axis_bgcolor(self.bgcolors[self.bg])
+ self.ax.set_facecolor(self.bgcolors[self.bg])
849
sRGB = sRGB_gamut_Jp_slice(Jp, self.uniform_space,
850
self.ap_lim, self.bp_lim)
851
self.image.set_data(sRGB)
0 commit comments