runfile('C:/Users/Admin/Desktop/PProjects(ADV)/untitled0.py', wdir='C:/Users/Admin/Desktop/PProjects(ADV)')
Name : System Idle Process CPU Usage : 70.2
System Idle Process
['System Idle Process', 'System Idle Process']
70.2
70.2
[70.2, 70.2]
Name : System CPU Usage : 0.0
System Idle Process
['System Idle Process', 'System']
70.2
0.0
[70.2, 0.0]
Name : Registry CPU Usage : 100.0
Registry
['Registry', 'System']
100.0
0.0
[100.0, 0.0]
Name : smss.exe CPU Usage : 100.0
Registry
['Registry', 'System']
100.0
0.0
[100.0, 0.0]
Name : chrome.exe CPU Usage : 0.0
Registry
['Registry', 'System']
100.0
0.0
[100.0, 0.0]
Name : svchost.exe CPU Usage : 0.0
Registry
['Registry', 'System']
100.0
0.0
[100.0, 0.0]
Traceback (most recent call last):
File ~\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec
exec(code, globals, locals)
File c:\users\admin\desktop\pprojects(adv)\untitled0.py:48
plt.bar(bg_app_list, max_min_bg_app_list, width = 0.5, color = ("Pink", "Blue"))
File ~\anaconda3\Lib\site-packages\matplotlib\pyplot.py:2742 in bar
return gca().bar(
File ~\anaconda3\Lib\site-packages\matplotlib_init_.py:1465 in inner
return func(ax, *map(sanitize_sequence, args), **kwargs)
File ~\anaconda3\Lib\site-packages\matplotlib\axes_axes.py:2481 in bar
color = itertools.chain(itertools.cycle(mcolors.to_rgba_array(color)),
File ~\anaconda3\Lib\site-packages\matplotlib\colors.py:489 in to_rgba_array
raise ValueError(f"{c!r} is not a valid color value.")
ValueError: 'Pink' is not a valid color value.