#4838: implement plotting of complex numbers
---------------------------+------------------------------------------------
Reporter: AlexGhitza | Owner: was
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.3.2
Component: graphics | Keywords: plot complex number
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by vdelecroix):
* status: new => needs_review
* upstream: => N/A
Old description:
> It would be nice to be able to do:
>
> {{{
> sage: CC(3-2*I).plot()
> }}}
>
> which would return a plot object of the point 3-2*I. I guess it just
> needs to wrap the normal plot of a point.
New description:
It would be nice to be able to do:
{{{
sage: CC(3-2*I).plot()
}}}
which would return a plot object of the point 3-2*I. I guess it just
needs to wrap the normal plot of a point.
see also see also
[http://trac.sagemath.org/sage_trac/attachment/ticket/8082/ #8082]
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4838#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.