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

Home » Public Forums » archive » plot String data
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
plot String data [message #93140] Sun, 01 May 2016 10:56 Go to previous message
Ali Gamal is currently offline  Ali Gamal
Messages: 98
Registered: June 2013
Member
hi,
I have string data and normal data , I want to plot this data as X axis string data and Y x with normal data.
;;;;;;;;;;;;;;;;;;;;;;;;;;;
openr,1,'/home/a.txt'
a=strarr(49)
readf,1,a
openr,2,'/home/b.dat'
b=fltarr(49)
readf,2,b
plot,a,b
end
;;;;;;;;;;;;;;;;;;;;;;;;;;;
but it is not true.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Can i use CONTOUR to retrieve the subscripts within a closed contour?
Next Topic: Very basic IDL vector question

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

Current Time: Wed Oct 08 18:25:28 PDT 2025

Total time taken to generate the page: 0.00255 seconds