I'm new to Sage. When trying to plot a wheelgraph on 5 vertices, I got the following error message: sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file
Here is my code for plotting: sage: G = graphs.WheelGraph(4) sage: G Wheel graph: Graph on 4 vertices sage: G.show() Thank you in advance! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
