Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi- > Luke & Suzanne Catania wrote: > > I have the following lines of code in my application that >generates an excpetion in visad.AxisScale.createStandardLabels(). > > heightMap.getAxisScale().createStandardLabels(yAxisMinimumValue, > yAxisMaximumValue, yAxisMinimumValue, yAxisIncrement); The signature for createStandardLabels is: public void createStandardLabels( double max, double min, double base, double increment) (max first). Switch your first two arguments and see if that fixes the problem. I'll look into safeguarding against this. The problem is probably in the private computeTicks method which expects min < max. Don ************************************************************* Don Murray UCAR Unidata Program dmurray@xxxxxxxxxxxxxxxx P.O. Box 3000 (303) 497-8628 Boulder, CO 80307 http://www.unidata.ucar.edu/staff/donm *************************************************************
visad
archives: