On Mon, Aug 13, 2018 at 3:37 PM, pong <wypon...@gmail.com> wrote:
> On SAGE 8.2
>
> graphs.CompleteGraph(2).show()
>
> returns a diagram of two isolated points. Anyone can reproduce the same
> issue?

Yes, I see the same thing:

https://share.cocalc.com/share/4a5f0542-5873-4eed-a85c-a18c706e8bcd/support/2018-08-13-complete2.ipynb?viewer=share

It's definitely a bug in the plot function, since the D3 based
plotting Nathaan Cohen wrote doesn't have the problem (see link).

>
> Yet, graphs.CompleteGraph(2).edges() does return [(0, 1, None)]
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to