|
From: | Michael D Godfrey |
Subject: | Re: fltk printing [latex output] |
Date: | Sun, 08 Aug 2010 13:34:01 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1 |
On 08/08/2010 01:12 PM, Ben Abbott wrote:
Not hard to fix. How about the attached? I think that, for more elaborate TeX stuff in plotsNotice your "ylabel" is not centered correctly. The middle of the string should be aligned to the tickmark for 10. Looking at the latex file, the problem is with ... \selectfont\put(39.8755,224.56){\makebox(0,0)[b]{\rotatebox{90}{\textcolor[rgb]{0,0,0}{{ylabel}}}}} Which should be ... \selectfont\put(39.8755,224.56){\makebox(0,0)[c]{\rotatebox{90}{\textcolor[rgb]{0,0,0}{{ylabel}}}}} Ben Ben a reasonable approach is to put a "placer" in using text(x,y,'placer1'), then edit in what you really want in the resulting xx.eps file. For multi lines, rather than several text(x,y...), just use \vbox{\hbox, etc. in the xx.eps file. That is what I did here. Michael |
test.pdf
Description: Adobe PDF document
[Prev in Thread] | Current Thread | [Next in Thread] |