standardize to default stylesheet
This commit is contained in:
parent
ae77a79e05
commit
aeb99ef05e
9 changed files with 429 additions and 159 deletions
|
|
@ -1,19 +1,30 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-03-29T22:26:14.028034
|
||||
# Saved at 2025-04-06T15:51:58.918210
|
||||
|
||||
SetCompatLevel(1)
|
||||
# AddImportPath('/home/dme/Documents/Diss/2025_01 - Material MCL/WP6_Sim/Task 6.3_Instr. validation exp/Oszilloskop-Messungen_BMW/2018-067-05_Messtermin_BMW')
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/bmw_induction_furnace/csv/timeline_1_fourier.csv', headermode='1st', linked=True)
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/graph/bottomMargin', '1.2cm')
|
||||
Set('StyleSheet/page/width', '9cm')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='current', autoadd=False)
|
||||
To('current')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-03-29T08:55:36.397518
|
||||
# Saved at 2025-04-06T16:22:37.479596
|
||||
|
||||
SetCompatLevel(1)
|
||||
# AddImportPath('/home/dme/Documents/Diss/2025_01 - Material MCL/WP6_Sim/Task 6.1Prestudy/Zug C38/CSV_RAW_DATA')
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/stress_c38/A_Rohzustant_650/A10.csv', delimiter=';', headerignore=1, headermode='1st', linked=True, dsprefix='A10_', rowsignore=1)
|
||||
ImportFileCSV('data/stress_c38/A_Rohzustant_650/A12.csv', delimiter=';', headerignore=1, headermode='1st', linked=True, dsprefix='A12_', rowsignore=1)
|
||||
ImportFileCSV('data/stress_c38/A_Rohzustant_650/A13.csv', delimiter=';', headerignore=1, headermode='1st', linked=True, dsprefix='A13_', rowsignore=1)
|
||||
|
|
@ -25,12 +24,23 @@ ImportFileCSV('data/stress_c38/Martensit/M8.csv', delimiter=';', headerignore=1,
|
|||
Set('width', '9cm')
|
||||
Set('height', '9cm')
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/axis/Label/size', '12pt')
|
||||
Set('StyleSheet/axis/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/graph/bottomMargin', '1.2cm')
|
||||
Set('StyleSheet/key/Text/size', '8pt')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='BASE', autoadd=False)
|
||||
To('BASE')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
|
|
@ -111,6 +121,7 @@ Set('direction', 'vertical')
|
|||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
To('key1')
|
||||
Set('horzPosn', 'right')
|
||||
Set('vertPosn', 'top')
|
||||
To('..')
|
||||
Add('xy', name='xy1', autoadd=False)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-03-14T12:38:22.075173
|
||||
# Saved at 2025-04-06T16:05:55.865384
|
||||
|
||||
SetCompatLevel(0)
|
||||
# AddImportPath('/home/dme/Documents/Diss/2025_01 - Material MCL/WP6_Sim/Task 6.4_Spacial_Stress/2020-11-03-Synchrotron_2')
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/disc_stress/S1_HL5-0000.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='1_', dssuffix='_0000')
|
||||
ImportFileCSV('data/disc_stress/S1_HL5-0900.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='1_', dssuffix='_0900')
|
||||
ImportFileCSV('data/disc_stress/S1_HL5-1800.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='1_', dssuffix='_1800')
|
||||
|
|
@ -41,15 +40,34 @@ ImportFileCSV('data/disc_stress/härte_LF_KW1.dat', delimiter='\t', headerignore
|
|||
ImportFileCSV('data/disc_stress/S2_inversion_depth.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='2_')
|
||||
ImportFileCSV('data/disc_stress/KW2_S-Abgleich.csv', delimiter=';', headermode='1st', linked=True)
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/axis/Label/size', '12pt')
|
||||
Set('StyleSheet/axis/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/key/Text/size', '12pt')
|
||||
SetToReference('StyleSheet/fit/FillBelow/color', '../color')
|
||||
SetToReference('StyleSheet/fit/FillAbove/color', '../color')
|
||||
SetToReference('StyleSheet/function/FillBelow/color', '../color')
|
||||
SetToReference('StyleSheet/function/FillAbove/color', '../color')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/nonorthpoint/markerSize', '2.5pt')
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Set('StyleSheet/xy/MarkerFill/newMarkerSizes', True)
|
||||
SetToReference('StyleSheet/xy/FillBelow/color', '../color')
|
||||
SetToReference('StyleSheet/xy/FillAbove/color', '../color')
|
||||
Add('page', name='S1_Q1', autoadd=False)
|
||||
To('S1_Q1')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -96,11 +114,21 @@ Set('yData', '1_s_t-r_0000')
|
|||
Set('key', '90°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S1_Q2', autoadd=False)
|
||||
To('S1_Q2')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -152,11 +180,21 @@ Set('hide', False)
|
|||
Set('key', '180°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S1_Q3', autoadd=False)
|
||||
To('S1_Q3')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -208,11 +246,21 @@ Set('hide', False)
|
|||
Set('key', '270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S1_Q4', autoadd=False)
|
||||
To('S1_Q4')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -263,11 +311,21 @@ Set('yData', '1_s_t-r_0900')
|
|||
Set('key', '0°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S1_NESW', autoadd=False)
|
||||
To('S1_NESW')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -310,11 +368,21 @@ Set('hide', False)
|
|||
Set('key', '270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S2_Q1', autoadd=False)
|
||||
To('S2_Q1')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -361,11 +429,21 @@ Set('yData', '2_s_t-r_0000')
|
|||
Set('key', '90°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S2_Q4', autoadd=False)
|
||||
To('S2_Q4')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -416,11 +494,21 @@ Set('yData', '2_s_t-r_0900')
|
|||
Set('key', '0°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S2_Q3', autoadd=False)
|
||||
To('S2_Q3')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -472,11 +560,21 @@ Set('hide', False)
|
|||
Set('key', '270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S2_Q2', autoadd=False)
|
||||
To('S2_Q2')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -528,11 +626,21 @@ Set('hide', False)
|
|||
Set('key', '180°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S2_NESW', autoadd=False)
|
||||
To('S2_NESW')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -575,11 +683,21 @@ Set('hide', False)
|
|||
Set('key', '270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_000', autoadd=False)
|
||||
To('S12_000')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -608,11 +726,21 @@ Set('yData', '2_s_t-r_0900')
|
|||
Set('key', 'S2 - 0°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_045', autoadd=False)
|
||||
To('S12_045')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -647,11 +775,21 @@ Set('vertPosn', 'bottom')
|
|||
Set('horzManual', 0.0)
|
||||
Set('vertManual', 0.0)
|
||||
To('..')
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_090', autoadd=False)
|
||||
To('S12_090')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -680,11 +818,21 @@ Set('yData', '2_s_t-r_0000')
|
|||
Set('key', 'S2 - 90°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_135', autoadd=False)
|
||||
To('S12_135')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -713,11 +861,21 @@ Set('yData', '2_s_t-r_3150')
|
|||
Set('key', 'S2 - 135°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_180', autoadd=False)
|
||||
To('S12_180')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -746,11 +904,21 @@ Set('yData', '2_s_t-r_2700')
|
|||
Set('key', 'S2 - 180°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_225', autoadd=False)
|
||||
To('S12_225')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -779,11 +947,21 @@ Set('yData', '2_s_t-r_2250')
|
|||
Set('key', 'S2 - 225°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_270', autoadd=False)
|
||||
To('S12_270')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -812,11 +990,21 @@ Set('yData', '2_s_t-r_1800')
|
|||
Set('key', 'S2 - 270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='S12_315', autoadd=False)
|
||||
To('S12_315')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -845,11 +1033,22 @@ Set('yData', '2_s_t-r_1350')
|
|||
Set('key', 'S2 - 315°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='Hardness', autoadd=False)
|
||||
To('Hardness')
|
||||
Set('height', '9cm')
|
||||
To('..')
|
||||
Add('page', name='hardening_depth', autoadd=False)
|
||||
To('hardening_depth')
|
||||
Set('width', '9cm')
|
||||
Set('height', '7cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -910,6 +1109,9 @@ Set('hide', False)
|
|||
Set('key', '270°')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
To('key1')
|
||||
Set('columns', 2)
|
||||
To('..')
|
||||
Add('xy', name='135', autoadd=False)
|
||||
To('135')
|
||||
Set('xData', '1_Frame_number_1350')
|
||||
|
|
@ -920,8 +1122,12 @@ To('..')
|
|||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos2', [0.5])
|
||||
Set('xPos', [-1.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
|
|
@ -966,14 +1172,11 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='Cart_hardening', autoadd=False)
|
||||
To('Cart_hardening')
|
||||
Set('width', '15.026cm')
|
||||
Set('height', '9.582cm')
|
||||
Set('width', '9cm')
|
||||
Set('height', '6cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.5cm')
|
||||
Set('rightMargin', '0.25cm')
|
||||
Set('topMargin', '0.2cm')
|
||||
Set('bottomMargin', '4cm')
|
||||
Set('bottomMargin', '3cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Angle [°]')
|
||||
|
|
@ -986,7 +1189,7 @@ Add('axis', name='y', autoadd=False)
|
|||
To('y')
|
||||
Set('label', 'Depth [mm]')
|
||||
Set('min', 2.0)
|
||||
Set('max', 6.2)
|
||||
Set('max', 6.5)
|
||||
Set('direction', 'vertical')
|
||||
To('..')
|
||||
Add('xy', name='S1', autoadd=False)
|
||||
|
|
@ -1023,17 +1226,16 @@ Set('PlotLine/style', 'dashed')
|
|||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
To('key1')
|
||||
Set('horzPosn', 'manual')
|
||||
Set('horzPosn', 'centre')
|
||||
Set('vertPosn', 'manual')
|
||||
Set('horzManual', 0.11830598134478264)
|
||||
Set('vertManual', -0.72)
|
||||
Set('vertManual', -1.0)
|
||||
Set('columns', 1)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='VGL_messung1', autoadd=False)
|
||||
To('VGL_messung1')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -1059,16 +1261,27 @@ Set('yData', 'S_2_V2')
|
|||
Set('key', 'V2 - Plate')
|
||||
To('..')
|
||||
Add('key', name='key1', autoadd=False)
|
||||
Add('line', name='line1', autoadd=False)
|
||||
To('line1')
|
||||
Set('mode', 'point-to-point')
|
||||
Set('xPos', [0.0])
|
||||
Set('yPos', [0.0])
|
||||
Set('xPos2', [20.0])
|
||||
Set('yPos2', [0.0])
|
||||
Set('positioning', 'axes')
|
||||
Set('Line/style', 'dashed')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='polar_hardening_to_scale', autoadd=False)
|
||||
To('polar_hardening_to_scale')
|
||||
Set('height', '14.5cm')
|
||||
Add('polar', name='polar1', autoadd=False)
|
||||
To('polar1')
|
||||
Set('leftMargin', '1.25cm')
|
||||
Set('rightMargin', '1.25cm')
|
||||
Set('topMargin', '1cm')
|
||||
Set('leftMargin', '.75cm')
|
||||
Set('rightMargin', '.75cm')
|
||||
Set('topMargin', '.75cm')
|
||||
Set('bottomMargin', '.75cm')
|
||||
Set('maxradius', 26.0)
|
||||
Set('direction', 'clockwise')
|
||||
Set('position0', 'top')
|
||||
Add('nonorthpoint', name='H1', autoadd=False)
|
||||
|
|
|
|||
|
|
@ -1,27 +1,36 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-03-29T21:54:40.955352
|
||||
# Saved at 2025-04-06T14:06:56.455659
|
||||
|
||||
SetCompatLevel(1)
|
||||
# AddImportPath('/home/dme/Documents/Diss/2025_01 - Material MCL/WP3_Framework_Multiphysik/Task 3.2_Instrumented Testing/2018-07-05_Nachstellung_Petri')
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/IBA/2018-10-17_Probe1_STJ-Ausgangsstab.txt', delimiter='\t', headerignore=1, headermode='1st', linked=True, rowsignore=1)
|
||||
ImportFileCSV('data/IBA/2018-10-17_Probe1_STJ-Ausgangsstab_picodata.csv', headermode='1st', linked=True, dsprefix='pico_')
|
||||
ImportFileCSV('data/IBA/2018-10-17_Probe1_STJ-Ausgangsstab_wavedata.csv', headermode='1st', linked=True, dsprefix='wave_')
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/axis/Label/size', '12pt')
|
||||
Set('StyleSheet/axis/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/graph/bottomMargin', '1.2cm')
|
||||
Set('StyleSheet/key/Text/size', '10pt')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/page/width', '5cm')
|
||||
Set('StyleSheet/page/height', '5cm')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='data', autoadd=False)
|
||||
To('data')
|
||||
Set('height', '9cm')
|
||||
Set('width', '12cm')
|
||||
Set('height', '7cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('rightMargin', '1.7cm')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Set('leftMargin', '1cm')
|
||||
Set('rightMargin', '1.1cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Time [s]')
|
||||
|
|
@ -74,8 +83,8 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='current_comparison', autoadd=False)
|
||||
To('current_comparison')
|
||||
Set('width', '9cm')
|
||||
Set('height', '7cm')
|
||||
Set('width', '7cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
@ -105,13 +114,14 @@ Add('key', name='key1', autoadd=False)
|
|||
To('key1')
|
||||
Set('horzPosn', 'left')
|
||||
Set('vertPosn', 'top')
|
||||
Set('keyLength', '0.5cm')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='waveform', autoadd=False)
|
||||
To('waveform')
|
||||
Set('width', '9cm')
|
||||
Set('height', '7cm')
|
||||
Set('width', '7cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-04-05T19:25:13.726879
|
||||
# Saved at 2025-04-06T16:21:16.315951
|
||||
|
||||
SetCompatLevel(1)
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/KW_hardness/P1_FS.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='P1_FS_')
|
||||
ImportFileCSV('data/KW_hardness/P1_LF.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='P1_LF_')
|
||||
ImportFileCSV('data/KW_hardness/P1_ZS.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='P1_ZS_')
|
||||
|
|
@ -16,23 +16,34 @@ ImportFileCSV('data/KW_hardness/P5_LF.dat', delimiter='\t', headerignore=1, head
|
|||
ImportFileCSV('data/KW_hardness/P5_ZS.dat', delimiter='\t', headerignore=1, headermode='1st', linked=True, dsprefix='P5_ZS_')
|
||||
ImportFileCSV('data/KW_hardness/P5_depth.dat', delimiter='\t', headermode='1st', linked=True, dsprefix='P5_d_')
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/axis/Label/size', '12pt')
|
||||
Set('StyleSheet/axis/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/key/Text/size', '12pt')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/page/width', '10cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='HD_LF', autoadd=False)
|
||||
To('HD_LF')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Angle')
|
||||
Set('min', 0.0)
|
||||
Set('max', 360.0)
|
||||
Set('MajorTicks/manualTicks', [0.0, 90.0, 180.0, 270.0, 360.0])
|
||||
Set('MinorTicks/manualTicks', [45.0, 135.0, 225.0, 315.0])
|
||||
To('..')
|
||||
Add('axis', name='y', autoadd=False)
|
||||
To('y')
|
||||
|
|
@ -73,10 +84,8 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='P1_FS', autoadd=False)
|
||||
To('P1_FS')
|
||||
Set('height', '9cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Depth [mm]')
|
||||
|
|
@ -166,10 +175,8 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='P1_ZS', autoadd=False)
|
||||
To('P1_ZS')
|
||||
Set('height', '9cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Depth [mm]')
|
||||
|
|
@ -259,10 +266,8 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='P1_LF', autoadd=False)
|
||||
To('P1_LF')
|
||||
Set('height', '9cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Depth [mm]')
|
||||
|
|
@ -352,10 +357,9 @@ To('..')
|
|||
To('..')
|
||||
Add('page', name='HD_P1', autoadd=False)
|
||||
To('HD_P1')
|
||||
Set('height', '9cm')
|
||||
Set('height', '5cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'Angle [°]')
|
||||
|
|
@ -375,6 +379,7 @@ Add('key', name='key1', autoadd=False)
|
|||
To('key1')
|
||||
Set('horzPosn', 'centre')
|
||||
Set('vertPosn', 'bottom')
|
||||
Set('keyLength', '5mm')
|
||||
Set('horzManual', 0.0)
|
||||
Set('vertManual', 0.0)
|
||||
Set('columns', 3)
|
||||
|
|
@ -385,6 +390,8 @@ Set('marker', 'triangleleft')
|
|||
Set('xData', 'P1_d_angle')
|
||||
Set('yData', 'P1_d_FS')
|
||||
Set('key', 'f. Flange')
|
||||
Set('MarkerLine/color', 'background')
|
||||
Set('MarkerFill/color', 'auto')
|
||||
To('..')
|
||||
Add('xy', name='xy3', autoadd=False)
|
||||
To('xy3')
|
||||
|
|
@ -392,6 +399,8 @@ Set('marker', 'diamond')
|
|||
Set('xData', 'P1_d_angle')
|
||||
Set('yData', 'P1_d_LF')
|
||||
Set('key', 'Center')
|
||||
Set('MarkerLine/color', 'background')
|
||||
Set('MarkerFill/color', 'auto')
|
||||
To('..')
|
||||
Add('xy', name='xy2', autoadd=False)
|
||||
To('xy2')
|
||||
|
|
@ -399,6 +408,8 @@ Set('marker', 'triangleright')
|
|||
Set('xData', 'P1_d_angle')
|
||||
Set('yData', 'P1_d_ZS')
|
||||
Set('key', 'f. Pin')
|
||||
Set('MarkerLine/color', 'background')
|
||||
Set('MarkerFill/color', 'auto')
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
|
|
|
|||
|
|
@ -1,31 +1,40 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-04-05T09:30:03.705304
|
||||
# Saved at 2025-04-06T16:38:38.260384
|
||||
|
||||
SetCompatLevel(1)
|
||||
AddImportPath('.')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFile2D('data/NOG_hardness/2G bearbeitet.txt', ['a'], gridatedge=True, linked=True)
|
||||
ImportFile2D('data/NOG_hardness/3G bearbeitet.txt', ['b'], gridatedge=True, linked=True)
|
||||
ImportFile2D('data/NOG_hardness/2G transponiert.txt', ['c'], gridatedge=True, linked=True)
|
||||
ImportFile2D('data/NOG_hardness/3G transpoinert.txt', ['d'], gridatedge=True, linked=True)
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/axis/Label/size', '12pt')
|
||||
Set('StyleSheet/axis/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/colorbar/autoRange', 'exact')
|
||||
Set('StyleSheet/colorbar/Label/size', '12pt')
|
||||
Set('StyleSheet/colorbar/TickLabels/size', '12pt')
|
||||
Set('StyleSheet/image/min', 200.0)
|
||||
Set('StyleSheet/image/max', 760.0)
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/image/colorMap', 'parula')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='2G', autoadd=False)
|
||||
To('2G')
|
||||
Set('width', '7cm')
|
||||
Set('height', '9cm')
|
||||
Set('width', '5cm')
|
||||
Set('height', '7cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.6cm')
|
||||
Set('rightMargin', '2.8cm')
|
||||
Set('topMargin', '0.2cm')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Set('leftMargin', '1.2cm')
|
||||
Set('rightMargin', '1.7cm')
|
||||
Set('aspect', 0.34375)
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
|
|
@ -54,21 +63,17 @@ To('..')
|
|||
Add('image', name='image1', autoadd=False)
|
||||
To('image1')
|
||||
Set('data', 'a')
|
||||
Set('colorMap', 'parula')
|
||||
Set('colorInvert', False)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='3G', autoadd=False)
|
||||
To('3G')
|
||||
Set('width', '7cm')
|
||||
Set('height', '9cm')
|
||||
Set('width', '5cm')
|
||||
Set('height', '7cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.6cm')
|
||||
Set('rightMargin', '2.8cm')
|
||||
Set('topMargin', '0.2cm')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Set('leftMargin', '1.2cm')
|
||||
Set('rightMargin', '1.7cm')
|
||||
Set('aspect', 0.32352941176471)
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
|
|
@ -88,8 +93,6 @@ Add('colorbar', name='colorbar1', autoadd=False)
|
|||
To('colorbar1')
|
||||
Set('widgetName', 'image1')
|
||||
Set('label', 'HV5')
|
||||
Set('min', 'Auto')
|
||||
Set('max', 750.0)
|
||||
Set('reflect', False)
|
||||
Set('direction', 'vertical')
|
||||
Set('otherPosition', 1.0)
|
||||
|
|
@ -99,21 +102,18 @@ To('..')
|
|||
Add('image', name='image1', autoadd=False)
|
||||
To('image1')
|
||||
Set('data', 'b')
|
||||
Set('colorMap', 'parula')
|
||||
Set('colorInvert', False)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='wide', autoadd=False)
|
||||
To('wide')
|
||||
Set('width', '16cm')
|
||||
Set('height', '6cm')
|
||||
Set('width', '10cm')
|
||||
Set('height', '4cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.6cm')
|
||||
Set('rightMargin', '.2cm')
|
||||
Set('topMargin', '1.237cm')
|
||||
Set('bottomMargin', '2.2cm')
|
||||
Set('leftMargin', '1.05cm')
|
||||
Set('topMargin', '0.8cm')
|
||||
Set('bottomMargin', '1.5cm')
|
||||
Set('aspect', 6.6)
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
|
|
@ -132,6 +132,7 @@ Set('datascale', 1.0)
|
|||
Set('direction', 'vertical')
|
||||
Set('otherPosition', 0.0)
|
||||
Set('Label/rotate', '180')
|
||||
Set('TickLabels/rotate', '0')
|
||||
Set('MajorTicks/number', 3)
|
||||
To('..')
|
||||
Add('colorbar', name='colorbar1', autoadd=False)
|
||||
|
|
@ -146,31 +147,31 @@ Set('otherPosition', 0.0)
|
|||
Set('horzPosn', 'centre')
|
||||
Set('vertPosn', 'manual')
|
||||
Set('horzManual', 0.0)
|
||||
Set('vertManual', 1.1)
|
||||
Set('vertManual', 1.2)
|
||||
To('..')
|
||||
Add('image', name='image1', autoadd=False)
|
||||
To('image1')
|
||||
Set('data', 'c')
|
||||
Set('colorMap', 'parula')
|
||||
Set('colorInvert', False)
|
||||
Set('min', 200.0)
|
||||
Set('max', 760.0)
|
||||
To('..')
|
||||
Add('image', name='image2', autoadd=False)
|
||||
To('image2')
|
||||
Set('data', 'd')
|
||||
Set('colorMap', 'parula')
|
||||
Set('min', 200.0)
|
||||
Set('max', 760.0)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
Add('page', name='tall', autoadd=False)
|
||||
To('tall')
|
||||
Set('width', '7cm')
|
||||
Set('height', '16cm')
|
||||
Set('width', '4cm')
|
||||
Set('height', '10cm')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.6cm')
|
||||
Set('rightMargin', '2.8cm')
|
||||
Set('topMargin', '0.2cm')
|
||||
Set('bottomMargin', '1.2cm')
|
||||
Set('leftMargin', '1cm')
|
||||
Set('rightMargin', '1.7cm')
|
||||
Set('bottomMargin', '0.8cm')
|
||||
Set('aspect', 0.15151515151515)
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
|
|
@ -197,18 +198,19 @@ Set('direction', 'vertical')
|
|||
Set('otherPosition', 1.0)
|
||||
Set('Label/rotate', '180')
|
||||
Set('horzPosn', 'manual')
|
||||
Set('horzManual', 1.1)
|
||||
Set('horzManual', 1.2)
|
||||
To('..')
|
||||
Add('image', name='image1', autoadd=False)
|
||||
To('image1')
|
||||
Set('data', 'a')
|
||||
Set('colorMap', 'parula')
|
||||
Set('colorInvert', False)
|
||||
Set('min', 200.0)
|
||||
Set('max', 760.0)
|
||||
To('..')
|
||||
Add('image', name='image2', autoadd=False)
|
||||
To('image2')
|
||||
Set('data', 'b')
|
||||
Set('colorMap', 'parula')
|
||||
Set('min', 200.0)
|
||||
Set('max', 760.0)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Veusz exported stylesheet (version 3.6.2)
|
||||
# Saved at 2024-12-22T11:42:25.180928
|
||||
# Saved at 2025-04-06T16:40:38.628414
|
||||
|
||||
Set('StyleSheet/Line/width', '0.5pt')
|
||||
Set('StyleSheet/Line/color', 'foreground')
|
||||
|
|
@ -376,7 +376,7 @@ Set('StyleSheet/colorbar/hide', False)
|
|||
Set('StyleSheet/colorbar/label', '')
|
||||
Set('StyleSheet/colorbar/min', 'Auto')
|
||||
Set('StyleSheet/colorbar/max', 'Auto')
|
||||
Set('StyleSheet/colorbar/autoRange', 'next-tick')
|
||||
Set('StyleSheet/colorbar/autoRange', 'exact')
|
||||
Set('StyleSheet/colorbar/mode', 'numeric')
|
||||
Set('StyleSheet/colorbar/autoExtendZero', True)
|
||||
Set('StyleSheet/colorbar/autoMirror', True)
|
||||
|
|
@ -777,7 +777,7 @@ Set('StyleSheet/image/min', 'Auto')
|
|||
Set('StyleSheet/image/max', 'Auto')
|
||||
Set('StyleSheet/image/colorScaling', 'linear')
|
||||
Set('StyleSheet/image/transparencyData', '')
|
||||
Set('StyleSheet/image/colorMap', 'grey')
|
||||
Set('StyleSheet/image/colorMap', 'parula')
|
||||
Set('StyleSheet/image/colorInvert', False)
|
||||
Set('StyleSheet/image/transparency', 0)
|
||||
Set('StyleSheet/image/mapping', 'pixels')
|
||||
|
|
@ -843,11 +843,11 @@ Set('StyleSheet/key/Border/transparency', 0)
|
|||
Set('StyleSheet/key/Border/hide', False)
|
||||
Set('StyleSheet/key/horzPosn', 'right')
|
||||
Set('StyleSheet/key/vertPosn', 'bottom')
|
||||
Set('StyleSheet/key/keyLength', '1cm')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/key/keyAlign', 'top')
|
||||
Set('StyleSheet/key/horzManual', 0.0)
|
||||
Set('StyleSheet/key/vertManual', 0.0)
|
||||
Set('StyleSheet/key/marginSize', 1.0)
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/key/columns', 1)
|
||||
Set('StyleSheet/key/symbolswap', False)
|
||||
Set('StyleSheet/key/orderswap', False)
|
||||
|
|
@ -1007,8 +1007,8 @@ Set('StyleSheet/nonorthpoint/Label/bold', False)
|
|||
Set('StyleSheet/nonorthpoint/Label/underline', False)
|
||||
Set('StyleSheet/nonorthpoint/Label/hide', False)
|
||||
Set('StyleSheet/page/hide', False)
|
||||
Set('StyleSheet/page/width', '5cm')
|
||||
Set('StyleSheet/page/height', '5cm')
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/page/notes', '')
|
||||
Set('StyleSheet/page/Background/color', 'background')
|
||||
Set('StyleSheet/page/Background/style', 'solid')
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
# Veusz saved document (version 3.5.3)
|
||||
# Saved at 2023-07-21T06:43:55.448372
|
||||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-04-06T16:21:33.655467
|
||||
|
||||
SetCompatLevel(1)
|
||||
# AddImportPath('/home/mevec/Documents/Diss/00_Schreiben/Diss')
|
||||
AddImportPath('.')
|
||||
ImportFileCSV('data/50crmo4_char.csv', headerignore=1, headermode='1st', linked=True, dssuffix='_50CrMo4')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/mat_char/50crmo4_char.csv', headerignore=1, headermode='1st', linked=True, dssuffix='_50CrMo4')
|
||||
ImportString('D_38(numeric)','''
|
||||
1.027000e+01
|
||||
9.980000e+00
|
||||
|
|
@ -209,11 +208,23 @@ ImportString('rhoe_38(numeric)','''
|
|||
1.212000e+00
|
||||
''')
|
||||
Set('colorTheme', 'default-latest')
|
||||
Set('StyleSheet/Font/font', 'CMU Serif')
|
||||
Set('StyleSheet/Font/size', '8pt')
|
||||
Set('StyleSheet/axis/MajorTicks/length', '4pt')
|
||||
Set('StyleSheet/axis/MinorTicks/length', '2pt')
|
||||
Set('StyleSheet/axis-function/autoRange', 'next-tick')
|
||||
Set('StyleSheet/graph/leftMargin', '1.4cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '1.35cm')
|
||||
Set('StyleSheet/page/width', '7cm')
|
||||
Set('StyleSheet/page/height', '7cm')
|
||||
Set('StyleSheet/graph/leftMargin', '1.cm')
|
||||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/nonorthpoint/markerSize', '2.5pt')
|
||||
Set('StyleSheet/page/width', '5cm')
|
||||
Set('StyleSheet/page/height', '5cm')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
Set('StyleSheet/xy/MarkerFill/color', 'background')
|
||||
Add('page', name='cp_50', autoadd=False)
|
||||
|
|
@ -290,6 +301,7 @@ Add('page', name='rho_50', autoadd=False)
|
|||
To('rho_50')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'T [°C]')
|
||||
|
|
@ -300,7 +312,6 @@ Set('label', '\\rho [kg/m³]')
|
|||
Set('min', 7400.0)
|
||||
Set('max', 7900.0)
|
||||
Set('direction', 'vertical')
|
||||
Set('TickLabels/size', '10pt')
|
||||
To('..')
|
||||
Add('xy', name='xy1', autoadd=False)
|
||||
To('xy1')
|
||||
|
|
@ -449,6 +460,7 @@ Add('page', name='rho_38', autoadd=False)
|
|||
To('rho_38')
|
||||
Add('graph', name='graph1', autoadd=False)
|
||||
To('graph1')
|
||||
Set('leftMargin', '1.2cm')
|
||||
Add('axis', name='x', autoadd=False)
|
||||
To('x')
|
||||
Set('label', 'T [°C]')
|
||||
|
|
@ -459,7 +471,6 @@ Set('label', '\\rho [kg/m³]')
|
|||
Set('min', 7400.0)
|
||||
Set('max', 7900.0)
|
||||
Set('direction', 'vertical')
|
||||
Set('TickLabels/size', '10pt')
|
||||
To('..')
|
||||
Add('xy', name='xy1', autoadd=False)
|
||||
To('xy1')
|
||||
|
|
@ -506,7 +517,6 @@ Set('vertPosn', 'top')
|
|||
Set('keyLength', '0.5cm')
|
||||
Set('horzManual', 0.0)
|
||||
Set('vertManual', 0.0)
|
||||
Set('marginSize', 0.5)
|
||||
To('..')
|
||||
To('..')
|
||||
To('..')
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Veusz saved document (version 3.6.2)
|
||||
# Saved at 2025-02-07T18:43:57.618645
|
||||
# Saved at 2025-04-06T16:20:55.350960
|
||||
|
||||
SetCompatLevel(1)
|
||||
AddImportPath('/home/dme/projects/Diss/00_Schreiben/Diss')
|
||||
AddImportPath('/home/dme/Documents/Diss/00_Schreiben/Diss/visualisation')
|
||||
ImportFileCSV('data/mat_char/50crmo4_char.csv', headerignore=1, headermode='1st', linked=True, dssuffix='_50CrMo4')
|
||||
ImportFileCSV('data/2018_08_20_DM 22 mm_10 Ks_1050C_3 s__22,2 lmin_V023.csv', headerignore=1, linked=True, dsprefix='nov_', rowsignore=1)
|
||||
ImportString('D_38(numeric)','''
|
||||
|
|
@ -218,10 +218,12 @@ Set('StyleSheet/graph/leftMargin', '1.cm')
|
|||
Set('StyleSheet/graph/rightMargin', '0.15cm')
|
||||
Set('StyleSheet/graph/topMargin', '.15cm')
|
||||
Set('StyleSheet/graph/bottomMargin', '0.85cm')
|
||||
Set('StyleSheet/key/keyLength', '0.5cm')
|
||||
Set('StyleSheet/key/marginSize', 0.35)
|
||||
Set('StyleSheet/key/keyLength', '5mm')
|
||||
Set('StyleSheet/key/marginSize', 0.5)
|
||||
Set('StyleSheet/nonorthpoint/markerSize', '2.5pt')
|
||||
Set('StyleSheet/page/width', '5cm')
|
||||
Set('StyleSheet/page/height', '5cm')
|
||||
Set('StyleSheet/xy/marker', 'none')
|
||||
Set('StyleSheet/xy/markerSize', '2.5pt')
|
||||
Set('StyleSheet/xy/PlotLine/width', '1pt')
|
||||
Set('StyleSheet/xy/MarkerLine/color', 'auto')
|
||||
|
|
@ -262,8 +264,8 @@ To('..')
|
|||
Add('key', name='key1', autoadd=False)
|
||||
To('key1')
|
||||
Set('Border/color', 'foreground')
|
||||
Set('horzPosn', 'manual')
|
||||
Set('vertPosn', 'manual')
|
||||
Set('horzPosn', 'centre')
|
||||
Set('vertPosn', 'bottom')
|
||||
Set('horzManual', 0.34)
|
||||
Set('vertManual', 0.045)
|
||||
Set('symbolswap', False)
|
||||
|
|
@ -300,8 +302,8 @@ To('..')
|
|||
Add('key', name='key1', autoadd=False)
|
||||
To('key1')
|
||||
Set('Border/color', 'foreground')
|
||||
Set('horzPosn', 'manual')
|
||||
Set('vertPosn', 'manual')
|
||||
Set('horzPosn', 'left')
|
||||
Set('vertPosn', 'top')
|
||||
Set('horzManual', 0.045)
|
||||
Set('vertManual', 0.74)
|
||||
Set('symbolswap', False)
|
||||
Loading…
Add table
Reference in a new issue