I was trying to plot some graphs in SMC. However, even the first example given in Graph Plotting doesn't work. I only got an empty output. The following is the example i was trying.
sage: G = graphs.WheelGraph(15)
sage: G.plot()
What am I missing in my exmaple?