1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# Veusz saved document (version 1.13)
# Saved at 2011-10-29T18:48:52.635479
ImportFileCSV(u'csv_missing.csv', linked=True, blanksaredata=True, dateformat=u'DD/MM/YY| |hh:mm:ss', headermode='1st', numericlocale='en_GB')
SetDataExpression(u'cdiv', u'c/1000.', linked=True)
Add('page', name='page1', autoadd=False)
To('page1')
Add('graph', name='graph1', autoadd=False)
To('graph1')
Add('axis', name='x', autoadd=False)
Add('axis', name='y', autoadd=False)
To('y')
Set('direction', 'vertical')
To('..')
Add('xy', name='xy1', autoadd=False)
To('xy1')
Set('xData', u'a')
Set('yData', [])
Set('labels', u'b')
To('..')
Add('xy', name='xy2', autoadd=False)
To('xy2')
Set('xData', u'd')
Set('yData', [])
Set('marker', u'diamond')
To('..')
Add('xy', name='xy3', autoadd=False)
To('xy3')
Set('xData', u'e')
Set('yData', [])
Set('markerSize', u'30pt')
Set('MarkerFill/hide', True)
To('..')
Add('xy', name='xy4', autoadd=False)
To('xy4')
Set('xData', [])
Set('yData', u'cdiv')
Set('marker', u'cross')
To('..')
To('..')
To('..')
|