Skip to content

Commit 7799cd9

Browse files
author
Fabian Bernhard
committed
fix: Plot layouts
1 parent 77b86b1 commit 7799cd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LWFBrook90"
22
uuid = "100deb6c-4418-4b77-ad5c-a1fadb580743"
33
authors = ["Fabian Bernhard"]
4-
version = "0.7.3"
4+
version = "0.7.4"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

src/func_postprocess.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ The user can override this with the second argument isotope as one of `:abovegro
118118
# idx_d2H_SWAT = 2
119119
# elseif (compartments == :above_and_belowground)
120120
# lay = RecipesBase.@layout [RecipesBase.grid(11, 1)]
121-
lay = RecipesBase.@layout([ °{0.77w} _ ; #1 have no colorbar
122-
°{0.77w} _ ; #2 have no colorbar
123-
°{0.77w} _ ; #3 have no colorbar
121+
lay = RecipesBase.@layout([ °{0.80w} _ ; #1 have no colorbar
122+
°{0.80w} _ ; #2 have no colorbar
123+
°{0.80w} _ ; #3 have no colorbar
124124
° ; #4
125125
° ; #5
126126
° ; #6

0 commit comments

Comments
 (0)