Skip to content

Commit 9365135

Browse files
authored
Merge pull request #4920 from janezd/mds-jittering-pairs
[FIX] MDS: Move lines when points are jittered
2 parents 4004f6d + 4c625cf commit 9365135

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Orange/widgets/unsupervised/owmds.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ def update_coordinates(self):
102102
super().update_coordinates()
103103
self.update_pairs(reconnect=False)
104104

105+
def update_jittering(self):
106+
super().update_jittering()
107+
self.update_pairs(reconnect=False)
108+
105109
def update_pairs(self, reconnect):
106110
if self.pairs_curve:
107111
self.plot_widget.removeItem(self.pairs_curve)

0 commit comments

Comments
 (0)