Skip to content

Commit b4c55c4

Browse files
committed
changed the spelling of disk to disc, to follow the paper UK convention; slightly resized the title of Figure 12
1 parent f7f0dd7 commit b4c55c4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

figure_12_tau_blr_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
ax1.set_title(
5959
"abs. on spherical shell BLR, "
6060
+ r"$r=1.1 \times 10^{16}\,{\rm cm} < R_{\rm Ly \alpha},\,\mu_{\rm s}=0$",
61-
fontsize=15,
61+
fontsize=14,
6262
)
6363
ax1.set_ylim([1e-1, 1e3])
6464

@@ -83,7 +83,7 @@
8383
ax2.set_title(
8484
"abs. on spherical shell BLR, "
8585
+ r"$r=1.1 \times 10^{20}\,{\rm cm} \gg R_{\rm Ly \alpha},\,\mu_{\rm s} \neq 0$",
86-
fontsize=15,
86+
fontsize=14,
8787
)
8888
ax2.set_ylim([1e-6, 1e-2])
8989

figure_3_u_targets_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
r_label = r"$r\,/\,{\rm cm}$"
5555

5656
ax.axhline(u_cmb.to_value("erg cm-3"), lw=2, color="k", label="CMB")
57-
ax.loglog(r, u_disk, lw=2, color="crimson", label="disk")
57+
ax.loglog(r, u_disk, lw=2, color="crimson", label="disc")
5858
ax.loglog(r, u_blr, lw=2, color="dodgerblue", label="broad line region")
5959
ax.loglog(r, u_dt, lw=2, color="goldenrod", label="dust torus")
6060
ax.axhline(

figure_6_PKS1510-089_fit_gammapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def evaluate(
409409
ls="-.",
410410
lw=1.3,
411411
color="dimgray",
412-
label="agnpy, disk black body",
412+
label="agnpy, disc black body",
413413
)
414414
ax.loglog(
415415
nu / (1 + z),

figure_6_PKS1510-089_fit_sherpa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def calc(self, pars, x):
443443
ls="-.",
444444
lw=1.3,
445445
color="dimgray",
446-
label="agnpy, disk black body",
446+
label="agnpy, disc black body",
447447
)
448448
ax.loglog(
449449
nu / (1 + z),

figure_8_ec_disk_validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
ax1.set_ylabel(sed_y_label)
152152
ax1.legend(loc="best", fontsize=12)
153153
ax1.set_title(
154-
"EC on Shakura Sunyaev disk, " + r"$r=10^{17}\,{\rm cm} < R_{\rm out}$", fontsize=15
154+
"EC on Shakura Sunyaev disc, " + r"$r=10^{17}\,{\rm cm} < R_{\rm out}$", fontsize=15
155155
)
156156

157157
# SED far from the disk
@@ -177,7 +177,7 @@
177177
ax2.fill_between(nu_ec, sed_ec_ps_in, sed_ec_ps_out, color="silver")
178178
ax2.legend(loc="best", fontsize=12)
179179
ax2.set_title(
180-
"EC on Shakura Sunyaev disk, " + r"$r=10^{21}\,{\rm cm} \gg R_{\rm out}$",
180+
"EC on Shakura Sunyaev disc, " + r"$r=10^{21}\,{\rm cm} \gg R_{\rm out}$",
181181
fontsize=15,
182182
)
183183

0 commit comments

Comments
 (0)