Skip to content

Commit e2af9be

Browse files
committed
Fix Error types titles
1 parent 13cb2f4 commit e2af9be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/analyzer/armiarma-analyzer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,15 +755,15 @@ def main():
755755
'textSize': textSize+2,
756756
'yLowLimit': None,
757757
'yUpperLimit': None,
758-
'title': "Distribution of the detected errors",
759-
'xlabel': 'Number of peers',
758+
'title': "Distribution of the Experienced Connection Errors",
759+
'xlabel': 'Peers With Same Connection Error',
760760
'ylabel': None,
761761
'yticks': None,
762762
'vGrids': True,
763763
'titleSize': titleSize+2,
764764
'labelSize': labelSize+2,
765765
'legendPosition': 1,
766-
'legendTitle': 'Experienced errors',
766+
'legendTitle': 'Recorded errors',
767767
'legendSize': labelSize-4,
768768
'xticksSize': ticksSize,
769769
'yticksSize': ticksSize+2,

0 commit comments

Comments
 (0)