saving polymarkers to PostScript

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Wed Jan 14 1998 - 18:20:53 MET


	Hello,

I'm drawing polymarkers on the screen as follows:
--------------------------------------------------------------------------------
... snip
					// draw hit position
	      posx      = float(pos.x());
	      posy      = float(pos.y());
	      gPad->PaintPolyMarker(1,&posx,&posy,"");
--------------------------------------------------------------------------------
and they appear OK in a canvas window. Then I save the canvas into .ps (or .eps)
format and redisplay (with ghostview, for example) of the corresponding file 
doesn't show the saved polymarkers.

It seems to be a problem specific to saving the polymarkers in Postscript format, 
because if I save the same canvas into .gif file I can redisplay it and see 
polymarkers on the screen where I originally put them.

			Am I missing something? - Thanks, Pasha.



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