#12293: Graph(n) is not documented
-----------------------------+----------------------------------------------
Reporter: zimmerma | Owner: mvngu
Type: defect | Status: new
Priority: minor | Milestone: sage-5.0
Component: documentation | Keywords: sd35.5
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by kcrisman):
At first I thought this might have been unintended. But
{{{
if format is None and isinstance(data, (int, Integer)):
format = 'int'
if format is None and data is None:
format = 'int'
data = 0
}}}
so apparently it is intentional.
There ''is''
{{{
One can very easily create a graph in Sage by typing:
sage: g = Graph()
By typing the name of the graph, one can get some basic information
about it:
sage: g
Graph on 0 vertices
}}}
but that is not really documentation. Good find.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12293#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.