#5327: multiple edge plots use symbolic computations
--------------------------+-------------------------------------------------
Reporter: rlm | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone:
Component: graph theory | Keywords:
--------------------------+-------------------------------------------------
{{{
sage: S = SupersingularModule(389)
sage: H = S.hecke_matrix(2)
sage: D = DiGraph(H)
sage: P = D.plot()
^CControl-C pressed. Interrupting Maxima. Please wait a few seconds...
}}}
Maxima is absolutely not the thing to use here: I see in `graph_plot.py`
the use of
{{{
x = SymbolicVariable('x')
d = SymbolicVariable('d')
}}}
etc.
Probably my bad for letting that past review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5327>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---