Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Ensure Y-range is always set appropriately when initializing chart [1505] #47

Closed tommyjasmin closed 11 years ago

tommyjasmin commented 11 years ago

Pull request for McV Inq:

http://dcdbs.ssec.wisc.edu/inquiry-v/index.php?inquiry=1505

donmurray commented 11 years ago

Tommy- Put the setRange outside the loop. It only needs to get set once. Otherwise, it looks good. Don

tommyjasmin commented 11 years ago

Good point Don, done.