Re: Point[] shapes at different sizes
- To: mathgroup at smc.vnet.net
- Subject: [mg84921] Re: Point[] shapes at different sizes
- From: nigol <dario.buttari at gmail.com>
- Date: Sat, 19 Jan 2008 06:05:19 -0500 (EST)
- References: <fmmjus$el6$1@smc.vnet.net>
Hi Szabolcs,
I have the same problem exporting pdf files.
Sometimes I create small charts, and I cannot use Point[] since the
points are rendered as big squares (relative to the size of the
graph).
gr = ListPlot[Accumulate[RandomReal[{-1, 1}, {100}]], ImageSize -> 50,
Frame -> True, FrameTicks -> {}, PlotStyle -> PointSize[1/1000]]
Export["gr.pdf", gr]
That should not happen since pdf and eps use vector graphics.
Dario