Opened 12 years ago
Closed 4 years ago
#9716 closed defect (wontfix)
tachyon 3d plotting of graphs is still screwy
Reported by: | was | Owned by: | jason, ncohen, rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | graph theory | Keywords: | |
Cc: | mhampton | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This looks like crap:
g = graphs.DodecahedralGraph() g.plot3d(viewer='tachyon')
but this looks good:
g = graphs.DodecahedralGraph() show(g.plot3d(engine='tachyon'))
Also, this doesn't work (show a plot) at all:
g = graphs.DodecahedralGraph() g.plot3d(engine='tachyon')
That's at least 2 bugs / sloppinesses.
Attachments (2)
Change History (12)
comment:1 Changed 12 years ago by
- Cc mhampton added
Changed 12 years ago by
comment:2 Changed 12 years ago by
I've uploaded the outputs (for me) of the examples.
plot1.png:
g = graphs.DodecahedralGraph() g.plot3d(viewer='tachyon')
plot2.png:
g = graphs.DodecahedralGraph() show(g.plot3d(engine='tachyon'))
Why is the first plot way worse than the second?
comment:3 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:4 Changed 9 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:6 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:7 Changed 5 years ago by
- Milestone changed from sage-6.4 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
no problem, I would say
comment:8 Changed 5 years ago by
Agreed, this should be closed.
comment:9 Changed 5 years ago by
- Status changed from needs_review to positive_review
ok, then let us set this to positive
comment:10 Changed 4 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
closing positively reviewed duplicates
Note: See
TracTickets for help on using
tickets.
first example