#9962: vector plot should have optional "start" argument
-----------------------------------------------+----------------------------
Reporter: jason | Owner: jason, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7
Component: graphics | Keywords: beginner
Author: Ryan Grout | Upstream: N/A
Reviewer: Aly Deines, Karl-Dieter Crisman | Merged:
Work_issues: |
-----------------------------------------------+----------------------------
Changes (by kcrisman):
* status: needs_review => needs_work
* reviewer: Aly Deines => Aly Deines, Karl-Dieter Crisman
Comment:
This patch causes an amusing error, which does not occur in the vanilla
Sage:
{{{
sage: plot(vector([1]))
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (2, 0))
---------------------------------------------------------------------------
ArithmeticError Traceback (most recent call
last)
<snip>
ArithmeticError: Cross product only defined for vectors of length three or
seven, not (3 and 1)
}}}
I think I can fix this, so patch hopefully coming up.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9962#comment:14>
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.