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 5247253 commit 19a222eCopy full SHA for 19a222e
Orange/widgets/visualize/owscatterplot.py
@@ -305,6 +305,7 @@ def set_data(self, data):
305
if not same_domain:
306
self.init_attr_values()
307
self.vizrank.initialize()
308
+ self.vizrank.attrs = self.data.domain.attributes if self.data is not None else []
309
self.vizrank_button.setEnabled(
310
self.data is not None and self.data.domain.class_var is not None
311
and len(self.data.domain.attributes) > 1 and len(self.data) > 1)
0 commit comments