Ticket #2236 (closed defect: fixed)
[with patch, positive review] plot randomizes the endpoints of the interval and causes wiggling in the graph
| Reported by: | jason | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.10.2 |
| Component: | graphics | Keywords: | |
| Cc: | Reviewer(s): | ||
| Author(s): | Merged in: |
Description
p=plot(x, (x,-1,1)) p[0][0] == -1 p[0][-1] == 1
They will almost always return false before the patch. After the patch, the two statements should return True always.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
