Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Mar 29, 2024
1 parent 4e9ed6c commit b19259b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions replication/make_trade_plot_parametric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ for year1 in years
# legend observed
handle_fhat = PyPlot.matplotlib.lines.Line2D([0], [0], color="k", lw=linewidth,
linestyle=(0, (1, 1)),
label="\$\\hat f_W^{\\," * yr1 * "}(w)\$")
label="\$\\hat f_W^{" * yr1 * "}(w)\$")
handle_ucb = PyPlot.matplotlib.patches.Patch(facecolor="lightgray", edgecolor="lightgray",
label="UCB")
handles = [handle_fhat, handle_ucb]
Expand Down Expand Up @@ -120,12 +120,12 @@ for year1 in years
# legend cf
handle_fhat = PyPlot.matplotlib.lines.Line2D([0], [0], color="k", lw=linewidth,
linestyle=(0, (1, 1)),
label="\$\\hat f_W^{\\," * yr1 * "}(w)\$")
label="\$\\hat f_W^{" * yr1 * "}(w)\$")
handle_ucb = PyPlot.matplotlib.patches.Patch(facecolor="lightgray", edgecolor="lightgray",
label="UCB")
handle_fhat_cf = PyPlot.matplotlib.lines.Line2D([0], [0], color="royalblue", lw=linewidth,
linestyle=(0, (1, 1)),
label="\$\\hat f_W^{\\," * yr1 *
label="\$\\hat f_W^{" * yr1 *
"\\triangleright" * yr0 * "}(w)\$")
handle_ucb_cf = PyPlot.matplotlib.patches.Patch(facecolor="cornflowerblue",
edgecolor="cornflowerblue", alpha=0.4,
Expand Down

0 comments on commit b19259b

Please sign in to comment.