We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb2f4 commit e2af9beCopy full SHA for e2af9be
src/analyzer/armiarma-analyzer.py
@@ -755,15 +755,15 @@ def main():
755
'textSize': textSize+2,
756
'yLowLimit': None,
757
'yUpperLimit': None,
758
- 'title': "Distribution of the detected errors",
759
- 'xlabel': 'Number of peers',
+ 'title': "Distribution of the Experienced Connection Errors",
+ 'xlabel': 'Peers With Same Connection Error',
760
'ylabel': None,
761
'yticks': None,
762
'vGrids': True,
763
'titleSize': titleSize+2,
764
'labelSize': labelSize+2,
765
'legendPosition': 1,
766
- 'legendTitle': 'Experienced errors',
+ 'legendTitle': 'Recorded errors',
767
'legendSize': labelSize-4,
768
'xticksSize': ticksSize,
769
'yticksSize': ticksSize+2,
0 commit comments