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

Home » Public Forums » archive » Re: Looking for more elegant plot scaling...
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Looking for more elegant plot scaling... [message #76655 is a reply to message #76652] Sat, 18 June 2011 05:04 Go to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
I'd probably go with the single line

maxy = max([temp_obsdata,splined_wvrdata,residuals,interp_obsdata], min=miny)

You could also use

maxy = max(temp_obsdata) > max(splined_wvrdata) > max(residuals) > max(interp_obsdata)
miny = min(temp_obsdata) < min(spline_wvrdata) < min(residuals) < min(interp_obsdata)

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Shapefile Opening Error
Next Topic: Object graphics and runtime mode

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

Current Time: Fri Oct 10 06:14:14 PDT 2025

Total time taken to generate the page: 1.35812 seconds