Skip to content

Commit aa9778c

Browse files
committed
Ensured an adaptive cache hit is in example
1 parent cbced3c commit aa9778c

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

examples/auto_plotter_example.yml

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
stellar_mass_gas_metallicity:
2+
type: "2dhistogram"
3+
x:
4+
quantity: "apertures.mass_star_100_kpc"
5+
units: Solar_Mass
6+
start: 1e6
7+
end: 1e12
8+
y:
9+
quantity: "apertures.zmet_gas_100_kpc"
10+
units: ""
11+
start: 1e-6
12+
end: 1e-1
13+
median:
14+
plot: true
15+
log: true
16+
number_of_bins: 25
17+
adaptive: true
18+
start:
19+
value: 1e6
20+
units: Solar_Mass
21+
end:
22+
value: 1e12
23+
units: Solar_Mass
24+
metadata:
25+
title: Stellar Mass-Gas Metallicity relation (100 kpc aperture)
26+
127
stellar_mass_halo_mass_adaptive_100:
228
type: "2dhistogram"
329
x:
@@ -147,6 +173,7 @@ stellar_mass_stellar_metallicity:
147173
median:
148174
plot: true
149175
log: true
176+
adaptive: true
150177
number_of_bins: 25
151178
start:
152179
value: 1e6
@@ -157,27 +184,3 @@ stellar_mass_stellar_metallicity:
157184
metadata:
158185
title: Stellar Mass-Stellar Metallicity relation (100 kpc aperture)
159186

160-
stellar_mass_gas_metallicity:
161-
type: "2dhistogram"
162-
x:
163-
quantity: "apertures.mass_star_100_kpc"
164-
units: Solar_Mass
165-
start: 1e6
166-
end: 1e12
167-
y:
168-
quantity: "apertures.zmet_gas_100_kpc"
169-
units: ""
170-
start: 1e-6
171-
end: 1e-1
172-
median:
173-
plot: true
174-
log: true
175-
number_of_bins: 25
176-
start:
177-
value: 1e6
178-
units: Solar_Mass
179-
end:
180-
value: 1e12
181-
units: Solar_Mass
182-
metadata:
183-
title: Stellar Mass-Gas Metallicity relation (100 kpc aperture)

0 commit comments

Comments
 (0)