On Tuesday, August 14, 2018 at 2:00:55 AM UTC+3, William wrote:
>
> On Mon, Aug 13, 2018 at 3:37 PM, pong <wypo...@gmail.com <javascript:>> 
> 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). 
>

This might be a JS "feature", with D3 being able to 
use the layout 
{0: (6.123233995736766e-17, 1.0), 1: (-1.8369701987210297e-16, -1.0)}
(and matplotlib chocking on it, trying to make a non-vertical line, I guess)

 

>
> > 
> > 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...@googlegroups.com <javascript:>. 
> > To post to this group, send email to sage-s...@googlegroups.com 
> <javascript:>. 
> > 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