Skip to content

Commit

Permalink
Update deltaC13vsPO4.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-meza authored Feb 12, 2024
1 parent e12c0fb commit c61bcf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deltaC13vsPO4.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=
% Example: Determine the total amount of remineralized phosphate %
% Example: Compare average δ¹³C and PO₄ values for different ocean basins %
=#

using Revise
Expand Down Expand Up @@ -140,4 +140,4 @@ depth_range = string(depth[lvl]) * "m" * " to " * string(depth[end])
fig.suptitle(depth_range)
fig.tight_layout()
fig.savefig("PO₄vsδ¹³C_" * depth_range * ".png")
close("all")
close("all")

0 comments on commit c61bcf7

Please sign in to comment.