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

Home » Public Forums » archive » Re: Symsize doesn't seem to work?
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: Symsize doesn't seem to work? [message #65747 is a reply to message #65739] Fri, 20 March 2009 19:26 Go to previous messageGo to previous message
Chris[6] is currently offline  Chris[6]
Messages: 84
Registered: July 2008
Member
On Mar 20, 3:42 pm, stefan5...@hotmail.com wrote:
> Dear all,
>
> I'm trying to make plots with the post script device, and am trying to
> increase the size of my psym=3 circular points to something that is
> actually visible when saved as a .ps, but it doesn't seem to have any
> effect. Can anyone see why from the below code? :
>  FOR i=0,a-1 DO BEGIN
>
>       !P.MULTI=0
>       SET_PLOT,'PS'
>       DEVICE,/ENCAPSULATED,FILENAME=string(filefolder)+'/Star'+str ing
> (FORMAT='(I0)',ensarray[1,0,i])+'.ps',/color,bits_per_pixel= 8
>       loadct,13
>
>         plot,ensarray[0,*,i],ensarray[3,*,i],
> $
>           psym=3,yrange=[min(ensarray[3,*,i]),max(ensarray
> [3,*,i])],color=0,symsize=10.0,$
>           xtitle='HJD - 2450000',$
>           ytitle='dMag',$
>           title=' "Intrinsic Photometric Variability" of Star '+string
> (FORMAT='(I0)',ensarray[1,0,i]),$
>           YSTYLE=8
>         AXIS,yaxis=1,yrange=[min(nofailarray[1,*,*]),max(nofailarray
> [1,*,*])],/SAVE,ytitle='Airmass'    ;Plots the right axis
>         oplot,nofailarray[0,*,0],nofailarray[1,*,0],psym =
> 3,color=120,LINESTYLE=3
>
>      ENDFOR

psym = 3 draws a single point, for which symsize do anything. Try
another psym choice

chris
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: read ver5 *.mat file?
Next Topic: starting point of dashed lines

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

Current Time: Tue Dec 02 19:33:10 PST 2025

Total time taken to generate the page: 0.72041 seconds