Hi all,
I relatively new to Veusz but I'm having difficulties using the labels in the 
xy plot, that is, individual labels next to the data markers. I've looked at 
the example 'labels' which appear to do everything in promises. The problem is 
in my plot I cannot choose the label data column and when I type it in Veusz 
treats it as a string. What I am missing?

Add('xy', name='xy1', autoadd=False)
To('xy1')
Set('xData', u'TAU')
Set('yData', u'SIGMA')
Set('markerSize', u'2pt')
Set('labels', u'SCANNO')
Set('scalePoints', [])
Set('PlotLine/hide', True)
Set('Label/posnVert', u'top')
Set('Label/size', u'10pt')

Best regards,
Kalle
_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à