Opened 13 years ago
Closed 12 years ago
#7524 closed defect (fixed)
frame axes are lost when saving a graphic to a file
Reported by: | Jason Grout | Owned by: | William Stein |
---|---|---|---|
Priority: | major | Milestone: | sage-4.6.2 |
Component: | graphics | Keywords: | |
Cc: | Andrey Novoseltsev, Jason Grout | Merged in: | sage-4.6.2.alpha3 |
Authors: | Karl-Dieter Crisman | Reviewers: | Andrey Novoseltsev |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Notice that the frame axes are shown when using "show", but are missing when using "save"
---------------------------------------------------------------------- | Sage Version 4.2.1, Release Date: 2009-11-14 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage: var('x,y') (x, y) sage: a=plot_vector_field((x,-y),(x,-1,1),(y,-1,1)) sage: a.show() sage: a.save('test.png')
Attachments (1)
Change History (10)
comment:1 Changed 13 years ago by
Status: | new → needs_review |
---|
comment:2 Changed 13 years ago by
Status: | needs_review → needs_work |
---|
Got the following on applying trac-7981-show_options.patch to sage-4.3.2-alpha
~/sage-4.3.2.alpha0/devel/sage-main$ hg qpush applying trac-7981-show_options.patch patching file sage/plot/plot.py Hunk #3 FAILED at 1913 1 out of 5 hunks FAILED -- saving rejects to file sage/plot/plot.py.rej patch failed, unable to continue (try -v) patch failed, rejects left in working dir errors during apply, please fix and refresh trac-7981-show_options.patch
comment:3 Changed 12 years ago by
Work issues: | → check works, document with patch |
---|
Might be worth trying this again, now that #7981 has positive review. Would need a patch to document.
comment:5 Changed 12 years ago by
Work issues: | check works, document with patch |
---|
This test checks that it works. Passes relevant test, plot looks good.
Changed 12 years ago by
Attachment: | trac_7524-options-save.patch added |
---|
comment:6 Changed 12 years ago by
Authors: | → Karl-Dieter Crisman |
---|---|
Cc: | Andrey Novoseltsev Jason Grout added |
Status: | needs_work → needs_review |
comment:7 Changed 12 years ago by
Reviewers: | → Andrey Novoseltsev |
---|---|
Status: | needs_review → positive_review |
Let's say it depends on #10143, since it has positive review already. The patch looks and applies fine, positive review!
comment:8 Changed 12 years ago by
comment:9 Changed 12 years ago by
Merged in: | → sage-4.6.2.alpha3 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
This is fixed with #7981