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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
# Veusz saved document (version 1.17.1)
Add('page', name='page1', autoadd=False)
To('page1')
Add('graph', name='graph1', autoadd=False)
To('graph1')
Set('rightMargin', '1.7cm')
Add('axis', name='x', autoadd=False)
To('x')
Set('label', u'\\emph{x} axis')
Set('min', -1.5)
Set('max', 1.5)
To('..')
Add('axis', name='y', autoadd=False)
To('y')
Set('label', 'Left axis')
Set('min', 0.0)
Set('max', 30.0)
Set('direction', 'vertical')
To('..')
Add('axis', name='axis1', autoadd=False)
To('axis1')
Set('label', 'Another axis')
Set('min', 0.01)
Set('max', 1.0)
Set('log', True)
Set('direction', 'vertical')
Set('otherPosition', 1.0)
Set('TickLabels/format', u'%Ve')
To('..')
Add('function', name='function3', autoadd=False)
To('function3')
Set('function', 'exp( -x**2 )*20')
Set('Line/color', 'purple')
Set('Line/width', '3pt')
To('..')
Add('function', name='function2', autoadd=False)
To('function2')
Set('function', 'sin(x*4)*5+5')
Set('FillBelow/color', 'red')
Set('FillBelow/hide', False)
Set('FillBelow/transparency', 60)
To('..')
Add('function', name='function1', autoadd=False)
To('function1')
Set('function', 'sin(y)')
Set('variable', 'y')
Set('steps', 100)
Set('FillBelow/color', 'cyan')
Set('FillBelow/hide', False)
Set('FillBelow/transparency', 60)
To('..')
Add('label', name='label1', autoadd=False)
To('label1')
Set('label', '\\delta')
Set('xPos', [0.98])
Set('yPos', [0.95])
Set('alignHorz', 'right')
Set('alignVert', 'top')
Set('Text/size', '100pt')
To('..')
Add('function', name='function4', autoadd=False)
To('function4')
Set('function', 'x**2')
Set('yAxis', 'axis1')
Set('FillAbove/color', 'green')
Set('FillAbove/hide', False)
To('..')
To('..')
To('..')
|