Olivier Ramare on Sat, 28 Oct 2006 18:40:54 +0200


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

plotstring and size


Dear all,

 my script has a pretty
------------------------------------------------------------------------------
  Label = Str("Q = ", Qlevel,", N = ", Dimension);
  plotmove(WindowNumber , 0.1, LabelHeight);
  plotstring(WindowNumber , Label);
-------------------------------------------------------------------------------
but when using it in latex I use
-------------------------------------------------------------------------------
\begin{figure}[!htbp]
 \centering\rotatebox{-90}{\scalebox{0.3}{%
     \includegraphics{LSieveRandom-11-7-15-9-17-31-23-32-23-17.epsi}}}%
\end{figure}
-------------------------------------------------------------------------------
where a scalebox appears ... The effect is that the
Label introduced is unreadable.

I don't know what would be a good solution,
but the one I use is the following :

In the epsi file, go to the line
--------------------------------------------------------------------------------
/Times-Roman findfont 16 scalefont setfont
--------------------------------------------------------------------------------
and change the 16 to a 32 say and life is better.

 I know GP is not a plotter, but I can tell you, that's
a pretty good way to show the results :-)
 Comments are welcomed !!
 Cheers,
 Amities,
                 Olivier