Skip to content

Commit

Permalink
Merge pull request biolab#1812 from janezd/scatterplot-label-strings
Browse files Browse the repository at this point in the history
[FIX] Scatterplot: Allow labelling by string attributes
(cherry picked from commit 002981b)
  • Loading branch information
lanzagar authored and astaric committed Jan 11, 2017
1 parent 6491c48 commit d374f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/visualize/owscatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def __init__(self):
callback=self.update_colors,
model=self.color_model, **common_options)
self.label_model = DomainModel(
placeholder="(No labels)", valid_types=dmod.PRIMITIVE)
placeholder="(No labels)")
self.cb_attr_label = gui.comboBox(
box, self, "graph.attr_label", label="Label:",
callback=self.graph.update_labels,
Expand Down

0 comments on commit d374f69

Please sign in to comment.