Skip to content
Snippets Groups Projects
Unverified Commit 23750ade authored by Janez Demšar's avatar Janez Demšar Committed by GitHub
Browse files

Merge pull request #4213 from VesnaT/mds_draw_pairs_first

[FIX] MDS: Place lines under points and labels
parents 40808f41 50588274
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ class OWMDSGraph(OWScatterPlotBase):
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment