Skip to content

Commit

Permalink
Update CFODD_NDBZE xticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshaw35 committed Apr 10, 2024
1 parent 2c13eb2 commit e9bc0ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions driver/plot_test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ def collapse_dimensions_for_plotting(longitude, latitude, vname, vx, vd, dims):
xticks = np.arange(-90,91,30)
xlabel = 'Latitude (deg)'
if vd['xaxis_type'] == 'CFODD_NDBZE':
xticks_labels = ('-29', '-27', '-25', '-23', '-21', '-19', '-17', '-15',
'-13', '-11', '-9', '-7', '-5', '-3', '-1', '1,' '3,'
'5,' '7,' '9,' '11', '13', '15', '17', '19')
x = np.arange(-29,20,2)
xticks = x
xticks_labels = None
xlabel = 'CloudSat equivalent reflectivity factor (dBZ)'
if vd['yaxis_type'] == 'pres7':
yticks_labels = ('1000', '800', '680', '560', '440', '310', '180','')
Expand Down

0 comments on commit e9bc0ad

Please sign in to comment.