Re: Re: Export ListPlots using PlotMarkers to .pdf
- To: mathgroup at smc.vnet.net
- Subject: [mg93166] Re: [mg93134] Re: Export ListPlots using PlotMarkers to .pdf
- From: Curtis Osterhoudt <cfo at lanl.gov>
- Date: Thu, 30 Oct 2008 01:59:31 -0500 (EST)
- Organization: LANL
- References: <gdugbr$jql$1@smc.vnet.net> <200810280953.EAA22077@smc.vnet.net>
- Reply-to: cfo at lanl.gov
Thanks to ragfield, gyzhou, and all others for their responses. Filled Disk[]s certainly solved my problem with \[GrayCircle]! C.O. > > ListPlot[{#, Sin[13 #]} & /@ Range[0, 1, 0.01], > PlotMarkers -> > Graphics[{Gray, Disk[], Black, AbsoluteThickness[1], Circle[]}, > ImageSize -> 8]] -- ========================================================== Curtis Osterhoudt cfo at remove_this.lanl.and_this.gov PGP Key ID: 0x4DCA2A10 Please avoid sending me Word or PowerPoint attachments See http://www.gnu.org/philosophy/no-word-attachments.html ==========================================================
- References:
- Re: Export ListPlots using PlotMarkers to .pdf
- From: ragfield <ragfield@gmail.com>
- Re: Export ListPlots using PlotMarkers to .pdf