Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user