I have 3 variables a=500,b=100,c=700 i want to visualize them by plotting the graph in python how can we do that? as we can use matplotlib
a=500
b=100
c=700