Skip to content

Commit

Permalink
Merge pull request #31 from MoLochmann/master
Browse files Browse the repository at this point in the history
minor update to limrad QL in Transformations.py
  • Loading branch information
martin-rdz authored Aug 22, 2022
2 parents 124b57f + 035701c commit 27a106a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyLARDA/Transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1920,6 +1920,7 @@ def remsens_limrad_quicklooks(container_dict, **kwargs):
print('Plotting data... ldr')

# liquid water path plot
ax[4].xaxis.set_major_formatter(matplotlib.dates.DateFormatter('%H:%M'))
ax[4].text(.015, .87, 'Liquid Water Path', horizontalalignment='left', transform=ax[4].transAxes,
fontsize=14, bbox=dict(facecolor='white', alpha=0.75))
cp = ax[4].bar(dt_list_2, lwp, width=0.001, color="blue", edgecolor="blue")
Expand Down

0 comments on commit 27a106a

Please sign in to comment.