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

Home » Public Forums » archive » problem with plot
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
problem with plot [message #56684] Mon, 12 November 2007 06:50 Go to previous message
nakisa is currently offline  nakisa
Messages: 24
Registered: June 2007
Junior Member
Hi everybody
I am new in IDL , I want to plot data which restored in txt file and
plot by below code.


pro test
A_x=fltarr(1)
A_y=fltarr(1)
fn='F:\test.txt'
openr,1,fn
repeat begin
readf,1,x,y
;A_x(*)=x
;A_y(*)=y
plot,A_x,A_y
endrep until eof(1)
close,1
;plot ,A_x,A_y,PSYM=4,Title="test"
END


It runs ,but plot only a frame!! Can anybody say me where the error
is ?
Best,Nakisa
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: capital letters in file names?
Next Topic: Multi-plot error. Could anyone help me?

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

Current Time: Sat Oct 11 03:48:57 PDT 2025

Total time taken to generate the page: 3.51770 seconds