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 71 72 73 74 75 76
|
# Veusz saved document (version 2.999)
# Saved at 2018-06-07T17:02:45.719713
ImportFileCSV(u'3d_errors.csv', linked=True, numericlocale=u'en_GB')
Set('height', u'12cm')
Set('colorTheme', u'default-latest')
Set('StyleSheet/axis-function/autoRange', u'next-tick')
Set('StyleSheet/axis3d/TickLabels/size', u'10pt')
Set('StyleSheet/axis3d/GridLines/color', u'#dcdcdc')
Set('StyleSheet/axis3d/GridLines/hide', False)
Add('page', name=u'page1', autoadd=False)
To(u'page1')
Add('scene3d', name=u'scene3d', autoadd=False)
To(u'scene3d')
Set('xRotation', -108.0)
Set('yRotation', -34.0)
Set('zRotation', 0.0)
Add('graph3d', name=u'graph3d1', autoadd=False)
To(u'graph3d1')
Set('xSize', 1.5)
Set('Back/color', u'#efefef')
Set('Back/hide', False)
Add('axis3d', name=u'x', autoadd=False)
To(u'x')
Set('label', u'\\emph{x}')
Set('autoRange', u'+2%')
To('..')
Add('axis3d', name=u'y', autoadd=False)
To(u'y')
Set('label', u'sin 3\\pi\\emph{x}')
Set('autoRange', u'next-tick')
Set('direction', u'y')
To('..')
Add('axis3d', name=u'z', autoadd=False)
To(u'z')
Set('label', u'cos 3\\pi\\emph{x}')
Set('direction', u'z')
To('..')
Add('point3d', name=u'redpts', autoadd=False)
To(u'redpts')
Set('markerSize', 8.0)
Set('xData', u'x1')
Set('yData', u'y1')
Set('zData', u'z1')
Set('Error/width', 2.0)
To('..')
Add('point3d', name=u'greenpts', autoadd=False)
To(u'greenpts')
Set('markerSize', 5.0)
Set('xData', u'x2')
Set('yData', u'y2')
Set('zData', u'z2')
Set('Error/width', 1.0)
Set('Error/hide', False)
To('..')
Add('function3d', name=u'function', autoadd=False)
To(u'function')
Set('fnx', u'(t-0.5)*2')
Set('fny', u'sin((t-0.5)*2*3*pi)')
Set('fnz', u'cos((t-0.5)*2*3*pi)')
Set('linesteps', 200)
Set('Line/color', u'green')
Set('Line/width', 10.0)
Set('Line/reflectivity', 40.0)
To('..')
Add('function3d', name=u'axisline', autoadd=False)
To(u'axisline')
Set('fnx', u'2.2*(t-0.5)')
Set('fny', u'0')
Set('fnz', u'0')
Set('Line/color', u'grey')
Set('Line/width', 4.0)
To('..')
To('..')
To('..')
To('..')
|