Skip to content

Commit

Permalink
Fix QC depreciation for this data only
Browse files Browse the repository at this point in the history
  • Loading branch information
Klankers committed May 6, 2024
1 parent 0fc6800 commit 6427a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctdcal/tools/data_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@

# set up plots
fig = figure(
plot_height=800,
plot_width=400,
height=800,
width=400,
title="{} vs CTDPRS [Station {}]".format(parameter.value, station.value),
tools="pan,box_zoom,wheel_zoom,box_select,reset",
y_axis_label="Pressure (dbar)",
Expand Down

0 comments on commit 6427a7c

Please sign in to comment.