for example
k=graphs.CompleteGraph(6)
show(k)
shows K6 but the vertices are partially chopped off.
The fixes suggested then was
show(k, axes_pad=.1)
However, it seems that the same problem is still around.
I want to open a ticket for this, but not sure how.
Thanks in advance
To open a ticket on the TRAC server ( http://trac.sagemath.org/sage_trac
) you must first have an account.
* If you do not, the first page of this website advises you to send a
email to William Stein to request one : wstein at gmail.com
* When you have one, you can go to http://trac.sagemath.org/sage_trac/newticket
and create your ticket. Be sure to file it under the Graph Theory
section.
If you have more questions, you can join the irc channel #sage-
de...@irc.freenode.net or send/read the Google group Sage-devel ( for
the discussions related to Sage's development ) :-)
Nathann
On Jan 6, 8:42 am, pong <wypon...@gmail.com> wrote:
> I came across a problem with padding around graphs a couple releases
> ago
>
> http://groups.google.com/group/sage-support/browse_thread/thread/274d...
I tried to obtain an account to open a ticket about a month ago
but did not get a reply.
I hope this issue will be addressed some how.
On Jan 6, 12:43 am, Nathann Cohen <nathann.co...@gmail.com> wrote:
> Hello !!!
>
> To open a ticket on the TRAC server (http://trac.sagemath.org/sage_trac
> ) you must first have an account.
> * If you do not, the first page of this website advises you to send a
> email to William Stein to request one : wstein at gmail.com
> * When you have one, you can go tohttp://trac.sagemath.org/sage_trac/newticket
> and create your ticket. Be sure to file it under the Graph Theory
> section.
>
> If you have more questions, you can join the irc channel #sage-
> de...@irc.freenode.net or send/read the Google group Sage-devel ( for
> the discussions related to Sage's development ) :-)
>
> Nathann
>
Anyone can now register on the web for a trac account here:
http://trac.sagemath.org/sage_trac/register
> --
> To post to this group, send email to sage-s...@googlegroups.com
> To unsubscribe from this group, send email to sage-support...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org
>
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
The fix was done as part of Sage Bug Days 2 a couple of weeks ago and
has already been merged into 4.3.2. Please try that version (just
released a day or two ago).
Thanks,
Jason
--
Jason Grout
GREAT ! :-)
Nathann