Hi Is there some way to use specific keys of a dictionary using matplotlib to plot a graph?
So, my dictionary is the following:
dict= {"USA":234, "ARG":225,
"SPN": 245, "CAN": 205
"RO": 345, "MEX": 210}
What I want, is to plot the keys that I specify (with their values), not all of them.