mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[python] matplotlib: label are centered around their position
This commit is contained in:
@@ -59,7 +59,7 @@ void PlotView::traceLabel(KDContext * ctx, KDRect r, PlotStore::Label label) con
|
||||
drawLabel(ctx, r,
|
||||
label.x(), label.y(), label.string(),
|
||||
KDColorBlack,
|
||||
RelativePosition::Before,
|
||||
RelativePosition::None,
|
||||
RelativePosition::None
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user