NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
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: