Skip to content

Commit 256f67f

Browse files
committed
Fix GEOTRACESTools -> GEOTRACES
1 parent 1fd5795 commit 256f67f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AIBECS"
22
uuid = "ace601d6-714c-11e9-04e5-89b7fad23838"
33
authors = ["Benoit Pasquier <[email protected]>"]
4-
version = "0.10.11"
4+
version = "0.10.12"
55

66
[deps]
77
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"

docs/lit/howtos/3_cruiseplot.jl

+4-3
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ plottransect(dummy, grd, ct=ct)
8686

8787
plotscattertransect!(t)
8888

89-
# If you have the GEOTRACESTools package installed and the GEOTRACES data installed at the right location, you can instead plot real data with something like
89+
# If you have the [GEOTRACES.jl](https://github.com/briochemc/GEOTRACES.jl) package installed and the GEOTRACES data installed at the right location, you can instead plot real data with something like
9090
#
9191
# ```julia
92-
# using GEOTRACESTools
93-
# zonalscattertransect(tracertransect("Fe", "GA02"))
92+
# using GEOTRACES
93+
# t = GEOTRACES.transects("Fe")[1] # the fisrt Fe transect is GA02
94+
# plotscattertransect(t) # use a bang (!) to overlay on top of your model plot
9495
# ```
9596
#
9697
# However, this cannot be showcased online because GEOTRACES decided its data should "not be distributed to third parties".

0 commit comments

Comments
 (0)