#11795: Easily customize different viewers for PNG, DVI, PDF
----------------------------------+-----------------------------------------
Reporter: leif | Owner: was
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.6
Component: user interface | Resolution:
Keywords: plot browser | Work issues:
Report Upstream: N/A | Reviewers: Nathann Cohen
Authors: John Palmieri | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by minshall):
hi. fwiw, i downloaded an applied these two patches on my macosx 10.8
system (using fink). i added the following to my init.sage:
{{{
#!python
from sage.misc.viewer import viewer
viewer.browser('/sw/bin/w3m')
viewer.dvi_viewer('/sw/bin/xdvi')
viewer.pdf_viewer('/sw/bin/xpdf')
viewer.png_viewer('/sw/bin/display')
}}}
and ran simple tests. everything worked just fine. (i had a separate
issue with error reporting for non-existent viewers, but i don't think
that's in the scope of this patch.)
*i* would also like the ability to get plot3d to use other than jmol. i
suspect that's also out of scope for this patch. so, i'm basically happy.
cheers.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11795#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.