print.m
Ben Abbott
bpabbott at mac.com
Sun Apr 26 17:34:27 CDT 2009
On Apr 26, 2009, at 5:43 PM, Michael D. Godfrey wrote:
> Ben,
>
> So far the new print.m has worked for me.
> The positioning of xlabel and title text is like before:
> the screen display is still not good, but the .eps
> comes out OK. Now that .eps seems right, I am
> converting to use of \epsffile{} in my TeX files. This
> is simpler and better than the old \special{} method,
> but it uses the BB.
>
> By the way, the URL below shows a bit about how
> Matlab users deal with the BoundingBox issues.
>
> http://www.mathworks.com/matlabcentral/fileexchange/18681
>
> Michael
Do you imply that typing "print" does result in printed output for
your postscript printer?
I had not considered writing a script to modify the bounding box.
As we are now using ghostscript in the print.m function, perhaps it
makes sense to use ghostscript to recalculate the proper bounding-box,
and the replace the bounding-box produced by gnuplot with one the
tight version calculated by ghostscript.
I'll work on a change-set for that.
Ben
More information about the Bug-octave
mailing list