Opened 13 years ago
Last modified 3 years ago
#6912 new enhancement
parametric regions
Reported by: | jason | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-wishlist |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Mathematica can plot parametric regions:
ParametricPlot[r^2 { Sqrt[t] Cos[t], Sin[t]}, {t, 0, 3 Pi/2}, {r, 1, 2}]
See http://reference.wolfram.com/mathematica/ref/ParametricPlot.html for output. We should be able to do this too.
Note: See
TracTickets for help on using
tickets.
Still not done