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.
2 parents 4a93f6c + 3b8d1f6 commit 70452b2Copy full SHA for 70452b2
Orange/widgets/visualize/owdistributions.py
@@ -903,6 +903,7 @@ def recompute_binnings(self):
903
self.controls.number_of_bins.setMaximum(max_bins)
904
self.number_of_bins = min(
905
max_bins, self._user_var_bins.get(self.var, self.number_of_bins))
906
+ self._user_var_bins[self.var] = self.number_of_bins
907
self._set_bin_width_slider_label()
908
909
@staticmethod
0 commit comments