Skip to content

Commit

Permalink
Update roms_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parkermac committed Aug 23, 2021
1 parent 8e300bd commit cad6a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotting/roms_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def P_superplot_oxygen(in_dict):
# read in a section (or list of sections)
tracks_path = Ldir['data'] / 'section_lines'
tracks = ['Line_HC_thalweg_long.p']
zdeep = -300
zdeep = -250
xx = np.array([])
yy = np.array([])
for track in tracks:
Expand Down Expand Up @@ -971,7 +971,7 @@ def P_superplot_chl(in_dict):

#fig.colorbar(cs)
# labels
ax.text(0, 0, 'SECTION\nHood Canal', fontsize=fs, color='b',
ax.text(0, 0, 'SECTION\nPuget Sound', fontsize=fs, color='b',
transform=ax.transAxes)
ax.set_axis_off()

Expand Down

0 comments on commit cad6a95

Please sign in to comment.