Skip to content

Commit 1331ca2

Browse files
authored
Merge pull request #1622 from janezd/scatter-add-size
[FIX] Scatterplot: Reintroduce sliders for size and opacity
2 parents b5e2b96 + 77eb668 commit 1331ca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orange/widgets/visualize/owscatterplot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def __init__(self):
197197
**common_options)
198198

199199
g = self.graph.gui
200+
g.point_properties_box(self.controlArea, box)
200201
box = gui.vBox(self.controlArea, "Plot Properties")
201202
g.add_widgets([g.ShowLegend, g.ShowGridLines], box)
202203
gui.checkBox(

0 commit comments

Comments
 (0)