Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix colorbar tick placements for data in range of 1..100
gcpy/six_plot.py - In routine "colorbar_for_small_data_range", now use pos = [vmin, vmin+vrange*0.25, vmin+vrange*0.5, vmin+vrange*0.75, vmax] which should place the intermediate tickpoints symmetrically. Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information