[sage-support] Re: graph and dict possible bug or user error?

2014-08-07 Thread Nils Bruin
On Wednesday, August 6, 2014 10:34:36 PM UTC-7, kcrisman wrote: Consider plot(Graph({1:[2],1:[3]})) I would expect two edges. Instead the vertex 2 isn't even there. Is this a bug or a feature? The documentation for this way of entering graphs is pretty terse so I was quite surprised

[sage-support] Re: graph and dict possible bug or user error?

2014-08-07 Thread kcrisman
Consider plot(Graph({1:[2],1:[3]})) I would expect two edges. Instead the vertex 2 isn't even there. Is this a bug or a feature? The documentation for this way of entering graphs is pretty terse so I was quite surprised by this outcome. Sage never comes into play here. Dictionary