Question: Plot the vales in a table

I apologize for the simpleness of this question. I have a table for example:

x = 11

y = 21

z = 65

 

and I want to just plot 11, 21, 65. How do I manage that? The order can just be the order from the table, ie (1,11), (2,21), (3,65).

 

Cheers!

Please Wait...