I know this is probably a dumb question, but forgive me, I'm really noob in Mathematica. I want to know how can I actually draw (maybe Plot is more appropriate word) a graph on mathematica? When I just write
Graph[{1 -> 2, 2 -> 3,3 -> 1}]]
its just gave me the same line as input, instead of a drawing. I know I can use GraphPlot, but I want to try all the Graph examples that are in the documentation, and I just can't get to it. Thanks for your help, and sorry for asking so basic question...