Ticket #6098 (closed enhancement: fixed)
[with patch, positive review] 3d bezier path plotting
| Reported by: | ekirkman | Owned by: | ekirkman |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.1 |
| Component: | graphics | Keywords: | |
| Cc: | rlm, mhansen | Work issues: | |
| Report Upstream: | Reviewers: | Robert Miller | |
| Authors: | Emily Kirkman | Merged in: | sage-4.1.1.alpha0 |
| Dependencies: | Stopgaps: |
Description
Attachments
Change History
comment:1 Changed 4 years ago by ekirkman
- Summary changed from 3d bezier path plotting to [with patch, needs review] 3d bezier path plotting
Changed 4 years ago by ekirkman
-
attachment
curve.jpg
added
This picture was created with input sage: bezier3d((0,0,0),(1,0,0),(0,1,0),(0,1,1)?)
comment:2 Changed 4 years ago by rlm
- Summary changed from [with patch, needs review] 3d bezier path plotting to [with patch, positive review] 3d bezier path plotting
comment:3 Changed 4 years ago by ncalexan
- Reviewers set to Robert Miller
- Summary changed from [with patch, positive review] 3d bezier path plotting to [with patch, needs work] 3d bezier path plotting
- Authors set to Emily Kirkman
Unfortunately, against 4.0.2.alpha0:
----------------------------------------------------------------------
The following tests failed:
sage -t -long devel/sage/sage/plot/plot3d/shapes2.py # 4 doctests failed
sage -t -long devel/sage/sage/plot/plot3d/shapes2.py # 4 doctests failed
sage -t -long devel/sage/sage/plot/bezier_path.py # 2 doctests failed
----------------------------------------------------------------------
comment:4 Changed 4 years ago by rlm
- Summary changed from [with patch, needs work] 3d bezier path plotting to [with patch, positive review] 3d bezier path plotting
It was completely trivial to get this patch working again. I did the work while Emily watched over my shoulder. If one positive review isn't enough, then you have two! :)
Note: See
TracTickets for help on using
tickets.
