We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750a358 commit 21a63e7Copy full SHA for 21a63e7
rpiTempMod/RpiTempmonGraph.py
@@ -71,7 +71,7 @@ def graph_log_data(self, destlog):
71
plotlabel1, plotlabel2, ylabel, title)
72
elif (self.selection == '4' or self.selection == '8'):
73
plotlabel1 = 'CPU'
74
- ylabel = 'Memory (% used)'
+ ylabel = 'CPU (% used)'
75
title = 'CPU usage of RPi'
76
self.draw_graph(yaxislist, cpu_uselist, False,
77
plotlabel1, False, ylabel, title)
0 commit comments