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

Home » Public Forums » archive » wplot not zooming
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
wplot not zooming [message #93018] Mon, 11 April 2016 04:10 Go to previous message
Sapna Mishra is currently offline  Sapna Mishra
Messages: 66
Registered: December 2015
Member
Hi all,

In the following program I am not able to zoom in-out my plot:

pro pltdat4, file

Readcol,file,a,b,c,d
wplot,a,b
woplot,a,d,color=2

openw,3,'final.sh'
tt=''
Print,'Is it final?:'
Read,tt
wait,1
if (STRMATCH(tt, 'y', /FOLD_CASE) EQ 1) then begin
printf,3,format='(A,2x,A)', 'cp',file
endif
close,3
spawn, ' chmod +x final.sh'

return
end

However when I am simply doing

pro pltdat4, file
Readcol,file,a,b,c,d

wplot,a,b
woplot,a,d,color=2

return
end

I am able to zoom in-out my plot any solution???
[Message index]
 
Read Message
Read Message
Previous Topic: Nice bridges
Next Topic: How can I make the headers of two fits files same in IDL?

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

Current Time: Wed Oct 08 13:47:48 PDT 2025

Total time taken to generate the page: 0.00465 seconds