saving polymarkers to PostScript

Pasha Murat (murat@cdfsga.fnal.gov)
Wed, 14 Jan 1998 17:20:53 GMT


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.