-
-
Notifications
You must be signed in to change notification settings - Fork 675
Closed
Description
For example,
k=graphs.CompleteGraph(6)
show(k)
Shows K6 but the vertices are partially chopped off.
A work around would be
show(k, axes_pad=.1)
But I hope this can be fixed once and for all.
There are some discussion about this problem in SAGE Support.
http://groups.google.com/group/sage-support/browse_thread/thread/85a797a886a6446f/4d58090a4c868200#4d58090a4c868200
Component: graph theory
Issue created by migration from https://trac.sagemath.org/ticket/8210