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

Home » Public Forums » archive » I'm a beginner, IDL question plot, max_value
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
I'm a beginner, IDL question plot, max_value [message #81803] Thu, 25 October 2012 15:50
Mati is currently offline  Mati
Messages: 3
Registered: October 2012
Junior Member
Hi,I'm Marta from Italy!
Please,someone can help me?
I've got an ascii file with lots of rows and columns, I must select 2 columns,x and y,plot them and set max and min value to exclude bad data points.
Here is what I've made(it works,but I don't know if it's the best way to do it):

data=read_ascii('')
x=data.field01[6,*]
y=data.field01[14,*]
plot,x,y,max_value=40,min_value=0

the problem is: max_value and min_value gives extremes to pick up data only for y variable...how can I do to set also max_value and min_value for x???
THANK YOU!!!!!!
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: new graphics legend function: problems with symbol fill color
Next Topic: On-line Docs

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

Current Time: Wed Oct 08 15:13:46 PDT 2025

Total time taken to generate the page: 0.00455 seconds