Postscript / Canvas cosmetics

From: Ulrich Jost (jost@evalo1.ific.uv.es)
Date: Mon May 17 1999 - 11:20:11 MEST


Hello,

some questions about Postscript / Canvas:

1) to make the postscript file different from the screen I try
to set white background and thicker lines etc. like below, but it is
ignored. I also try to to make the plot a bit smaller with Range(). This
works, but then the plot is no longer centraled on the paper. In any case,
it is situated on the bottom of the page and not on the top which I'd
prefer.
	  TPostScript ps("bla.ps", 111);
	  ps.SetLineWidth(3);
	  ps.SetMarkerSize(2); 
	  ps.SetFillColor(9);
	  ps.Range(18, 18);
	  embcanvas->GetCanvas()->Draw();
	  ps.Close();

2) I draw a frame with
getCanvas()->DrawFrame(xmin-xmargin, ymin-ymargin, 
				xmax+xmargin, ymax+ymargin, 
				title);
The title overlaps with the axis scaling factor ("x10**5"), can I shift
its position to the right? Change its look and feel? How can I access this
object?

Thanks, Ulrich



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:33 MET