Re: Export ListPlots using PlotMarkers to .pdf
- To: mathgroup at smc.vnet.net
- Subject: [mg93101] Re: Export ListPlots using PlotMarkers to .pdf
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Sun, 26 Oct 2008 01:28:53 -0500 (EST)
- Organization: The Open University, Milton Keynes, UK
- References: <gdugbr$jql$1@smc.vnet.net>
Curtis Osterhoudt wrote: > A nice ListPlot may be made using various PlotMarkers; it's especially easy for me to use symbols like \[GrayCircle]: > > ListPlot[{#, Sin[13 #]} & /@ Range[0, 1, 0.01], > PlotMarkers -> \[GrayCircle]] > > However, if I want to save such a plot as a .pdf (whether using Export, SaveSelectionAs, or using print-to-pdf-file), the symbols are screwed up, with the filling and the outlines offset from each other. > > Is there a way to get better results using such PlotMarkers? > > ( This is using "6.0 for Linux x86 (32-bit) (June 2, 2008)") You may want to use a third-party program to print/save PDF files (GostScript maybe). On Mac OS X 10.5.5, if I use the built-in Apple's PDF writer in the dialog box for Print or Print Selection, the resulting PDF file displays correctly the custom markers. (I have sent you such a PDF file by email.) Regards, -- Jean-Marc