File: 2d_irregular.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 (37 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (4)
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
# Veusz saved document (version 1.19.1)
# Saved at 2013-12-29T17:02:38.658934

ImportFile2D(u'2d_irregular.csv', [u'irreg'], gridatedge=True, mode='csv', linked=True)
Add('page', name='page1', autoadd=False)
To('page1')
Add('graph', name='graph1', autoadd=False)
To('graph1')
Add('axis', name='x', autoadd=False)
To('x')
Set('label', u'X coordinate')
Set('min', 0.8)
Set('max', 1100.0)
Set('log', True)
Set('autoRange', u'exact')
To('..')
Add('axis', name='y', autoadd=False)
To('y')
Set('label', u'Y coordinate')
Set('min', 0.8)
Set('max', 1100.0)
Set('log', True)
Set('autoRange', u'exact')
Set('direction', 'vertical')
To('..')
Add('contour', name='contour1', autoadd=False)
To('contour1')
Set('data', u'irreg')
Set('numLevels', 7)
To('..')
Add('image', name='image1', autoadd=False)
To('image1')
Set('data', u'irreg')
Set('colorMap', u'complement')
To('..')
To('..')
To('..')