Skip to content

Commit

Permalink
Merge pull request #4213 from VesnaT/mds_draw_pairs_first
Browse files Browse the repository at this point in the history
[FIX] MDS: Place lines under points and labels
  • Loading branch information
janezd authored Nov 22, 2019
2 parents 40808f4 + 5058827 commit 23750ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/unsupervised/owmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def update_pairs(self, reconnect):
emb_x_pairs.ravel(), emb_y_pairs.ravel(),
pen=pg.mkPen(0.8, width=2, cosmetic=True),
connect="pairs", antialias=True)
self.pairs_curve.setZValue(-1)
self.plot_widget.addItem(self.pairs_curve)


Expand Down

0 comments on commit 23750ad

Please sign in to comment.