#6546: Fully implement edge thickness in plots of graphs
--------------------------+-------------------------------------------------
Reporter: rbeezer | Owner: rlm
Type: defect | Status: new
Priority: minor | Milestone: sage-4.1.1
Component: graph theory | Keywords: plot graph edge width thickness
Reviewer: | Author:
Merged: |
--------------------------+-------------------------------------------------
There is an option for specifying the thickness/width of an edge in a
graph ("thickness"). For a graph {{{G}}}
{{{G.plot(thickness=10)}}}
works as expected, but
{{{show(G, thickness=10)}}}
raises an error about the option name being unrecognized.
Also, I couldn't find any mention of this parameter in the documentation
anywhere.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6546>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---