Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit fc03e7b

Browse files
updated script
1 parent 3f23317 commit fc03e7b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

EXP-2/results/ElaborateResults.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
'#8e44ad'
5656
]
5757

58+
linestyles = [
59+
'solid',
60+
'dotted',
61+
'dashed'
62+
]
63+
5864
regression_label_coordinates = [
5965
[15, 2.45],
6066
[15, 0.90],
@@ -178,7 +184,7 @@ def extract_measures(fileName):
178184
plt.plot(
179185
permX,
180186
permSlopeRegressionLine,
181-
linestyle = '-',
187+
linestyle = linestyles[index],
182188
color = all_colors[index],
183189
linewidth = 1,
184190
label = all_configurations[index]

0 commit comments

Comments
 (0)