octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

enhanced postscript in print.m


From: Dmitri A. Sergatskov
Subject: enhanced postscript in print.m
Date: Tue, 20 Dec 2005 02:10:36 -0700
User-agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20051007)

The print.m currently sets postscript terminal into enhanced mode.
This could be nice sometimes, but it also makes printing less WYSIWYGish
(at least for X11 terminal). I.e. things like

title("This_is^a^test")
plot(1:10)
print("-dpsc2","testpsc2.ps")

would look quite different on a screen and on the paper.
I do not remember how matlab handles enhanced postscript
(and I do not have access to it anymore), but I would
argue that no-enhanced postscript should be the default, and
"-enhanced" should be an option.

Sincerely,

Dmitri.
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]