X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 16 Apr 2008 11:49 AM by  anon
did anyone use psym=3 for a plot ?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
16 Apr 2008 11:49 AM
    When I use psym=3 (period) for a plot I do not see any point (the plot area is just blank). I do not think there is a syntax error in my code , because it works for other types (psym=1, psym=2 ...). I appreciate any help. Alemu

    Deleted User



    New Member


    Posts:
    New Member


    --
    16 Apr 2008 11:49 AM
    PSYM=3 (single-pixel dot) is not a particularly good symbol for ***sparse*** plots. It can be very hard to see the contrast between a single illuminated pixel and its background. This example illustrates: IDL> device, DECOMPOSED=1 IDL> plot, findgen(10), PSYM=3, BACKGROUND=0, COLOR='0000FF'X ; red on black What PSYM=3 is good for is dense scatter plots, the kind of plotting that might be done with PLOTS, for example. That is, PSYM=3 shows a "cloud of data" better than any other symbol. James Jones
    You are not authorized to post a reply.