comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Any alternatives of "circle" ('o') symbol using New Graphics?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Any alternatives of "circle" ('o') symbol using New Graphics? [message #89182 is a reply to message #89164] Thu, 31 July 2014 01:21 Go to previous message
Fabzi is currently offline  Fabzi
Messages: 305
Registered: July 2010
Senior Member
Hi,

On 30.07.2014 09:16, stpjhj@gmail.com wrote:
> scatter plot of 20K data points in eps format

In a scatter plot of 20K+ points, a huge majority will probably not even
be visible. I know that it feels like "manipulating" data, but in this
case a random sample of e.g. 2000 points of data might look exact same
than the 20K points. Alternatively, you could also use pdf instead of eps:

IDL> x=randomu(seed,20000)
IDL> y=randomu(seed,20000)
IDL> p=plot(x,y,linestyle='none',symbol='o',sym_thick=4)
IDL> p.save,'test.eps'
IDL> p.save,'test.pdf'
IDL> $ls -lh test.eps
-rw-r--r-- 1 mowglie mowglie 12M Jul 31 10:19 test.eps
IDL> $ls -lh test.pdf
-rw-r--r-- 1 mowglie mowglie 5,1M Jul 31 10:19 test.pdf
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Deleting rows in a matrix
Next Topic: Unable to allocate memory: to make array for panchromatic file

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:44:49 PDT 2025

Total time taken to generate the page: 0.00560 seconds