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

Home » Public Forums » archive » 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
Symsize doesn't seem to work? [message #65748] Fri, 20 March 2009 18:42 Go to previous message
stefan5465 is currently offline  stefan5465
Messages: 13
Registered: March 2009
Junior Member
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
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Linux installation problems.. - Solution
Next Topic: Re: Passing more than one variable out of a function.

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

Current Time: Wed Oct 08 20:02:30 PDT 2025

Total time taken to generate the page: 0.00455 seconds