-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsession.pv
More file actions
89 lines (83 loc) · 1.62 KB
/
session.pv
File metadata and controls
89 lines (83 loc) · 1.62 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
[plot]
main title = Example
x title = X_data (units)
y title = X_data (units)
auto scale = 0
x min user range = 0
x max user range = 100
y min user range = 0
y max user range = 100
x number of ticks = 10
y number of ticks = 10
legend position = 4
display grid = 1
background color = 0
[annotation]
text = This is of interest
text x pos. = 5.0
text y pos. = -25.0
text color = peru
text size = 16
text state = 1
arrow head x pos. = 17.2
arrow head y pos. = -17.7
arrow head length = 10
arrow head width = 4
arrow color = black
arrow line width = 0.5
arrow state = 1
[session]
working directory = test
curve count = 4
[1]
name = Linear offset in X by 5
csv file path = test/xlin.csv
x data = displacement (mm)
y data = force (kN)
visibility = 1
line color = limegreen
line width = 2.0
line style = dashed
offset in x = 5.0
offset in y = 0.0
scale in x = 1.0
scale in y = 1.0
[2]
name = Power scaled in Y by 10
csv file path = test/xpower_with_spaces.csv
x data = time (s)
y data = distance (km)
visibility = 1
line color = red
line width = 3.0
line style = dotted
offset in x = 0.0
offset in y = 0.0
scale in x = 1.0
scale in y = 10.0
[3]
name = x.sin(x)
csv file path = test/xsinx.csv
x data = x
y data = y
visibility = 1
line color = dodgerblue
line width = 2.0
line style = solid
offset in x = 0.0
offset in y = 0.0
scale in x = 1.0
scale in y = 1.0
[4]
name = Circle
csv file path = test/extrema.csv
x data = Very long title. Shows how it displays.
y data = Also very long title. Shows how it partially displays.
visibility = 0
line color = gold
line width = 2.0
line style = solid
offset in x = 0.0
offset in y = 0.0
scale in x = 1.0
scale in y = 1.0