Skip to content

Commit c97ac3a

Browse files
authored
Update gui.py
More of the same
1 parent 7092176 commit c97ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viscm/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def _refresh(self):
845845
low, high = self.bgcolor_ranges[self.bg]
846846
if not (low <= Jp <= high):
847847
self.bg = self.bg_opposites[self.bg]
848-
self.ax.set_axis_bgcolor(self.bgcolors[self.bg])
848+
self.ax.set_facecolor(self.bgcolors[self.bg])
849849
sRGB = sRGB_gamut_Jp_slice(Jp, self.uniform_space,
850850
self.ap_lim, self.bp_lim)
851851
self.image.set_data(sRGB)

0 commit comments

Comments
 (0)