#20035: Enable thickness-option in graph plotting
---------------------------+----------------------------------
Reporter: jmantysalo | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: sage-7.1
Component: graphics | Keywords:
Merged in: | Authors: Jori Mäntysalo
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
---------------------------+----------------------------------
This trivial patch allows `thickness`-option in graph plotting. It seems
to have forgotten from the option list.
To test try for example
{{{
G = graphs.CompleteGraph(4)
G.allow_loops(True)
G.allow_multiple_edges(True)
G.set_edge_label(1,3,'foo')
G.set_edge_label(1,0,'foo')
G.add_edge(1,1)
G.add_edge(1,3)
G.show(color_by_label=True, thickness=2.5)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20035>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.