Re: Export ListPlots using PlotMarkers to .pdf
- To: mathgroup at smc.vnet.net
- Subject: [mg93103] Re: Export ListPlots using PlotMarkers to .pdf
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 26 Oct 2008 01:29:16 -0500 (EST)
- References: <gdugbr$jql$1@smc.vnet.net>
Hi, as to see from plt = ListPlot[{#, Sin[13 #]} & /@ Range[0, 1, 0.01], PlotMarkers -> \[GrayCircle]]; ImportString[ExportString[plt, "PDF"], "PDF"] this is a bug. Regards Jens 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)") > > Thanks, > C.O. > >