[python] matplotlib: change text() relative position to be similar to

python3
This commit is contained in:
Émilie Feral
2020-03-30 18:07:01 +02:00
parent 642a7c7f61
commit bc1eae17d7

View File

@@ -71,8 +71,8 @@ void PlotView::traceLabel(KDContext * ctx, KDRect r, PlotStore::Label label) con
drawLabel(ctx, r,
label.x(), label.y(), label.string(),
KDColorBlack,
RelativePosition::None,
RelativePosition::None
RelativePosition::After,
RelativePosition::After
);
}