From df27107df79f5c8740eabbba0e832f6950539937 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 19 Oct 2016 11:40:11 +0200 Subject: [PATCH] Script execution --- script/KR84_test_plot.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/KR84_test_plot.py b/script/KR84_test_plot.py index 38bb932..952fd97 100644 --- a/script/KR84_test_plot.py +++ b/script/KR84_test_plot.py @@ -15,5 +15,9 @@ sy1.appendData(17.8, 4.5, 3.1, 5.8) -m=py.addMarker(2.0, py.AxisId.X, "Text",py.background) +m=py.addMarker(2.0, py.AxisId.X, "Text1",py.background) +m.setLabelPaint(Color.BLACK) +m=py.addMarker(10.0, py.AxisId.X, "Text2",py.background) +m.setLabelPaint(Color.BLACK) +m=py.addMarker(17.8, py.AxisId.X, "Text3",py.background) m.setLabelPaint(Color.BLACK)