File: csv_missing.vsz

package info (click to toggle)
veusz 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,824 kB
  • sloc: python: 42,130; cpp: 11,268; ansic: 1,256; javascript: 788; makefile: 246; xml: 84
file content (41 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (7)
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('..')