Changeset 20833


Ignore:
Timestamp:
06/29/16 16:57:12 (9 years ago)
Author:
dlcheng
Message:

CHG (javascript): Bug fix for colorbar showing excessive values on additional runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.js

    r20829 r20833  
    8181                        }
    8282                        var clabelstring = '';
     83                        clabels.empty();
    8384                        for (var i=0; i <= cdivisions; i++) {
    8485                                y = i/(cdivisions+1)*cheight;
Note: See TracChangeset for help on using the changeset viewer.