Skip to content

Commit 44d5b15

Browse files
committed
fix color in one plot
1 parent 8a4bd79 commit 44d5b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ess_comparison.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ggplot(df, aes(x=phi, y=z,
261261
guides(linetype = guide_legend(title = "N"),
262262
color = guide_legend(title = "Method"))+
263263
scale_x_continuous(breaks=phis, labels = round(tess/40000,1))+
264-
scale_color_manual(breaks=c("mcmcse::mcse.q","posterior::mcse_quantile"), labels=c('mcmcse: Batch means','posterior: Geyer + inv.prob.'), values=c(clr[2],clr[4]))+
264+
scale_color_manual(breaks=c("mcmcse::mcse.q","posterior::mcse_quantile"), labels=c('mcmcse: Batch means','posterior: Geyer + inv.prob.'), values=c(clr[2],clr[3]))+
265265
facet_grid(cols=vars(S=S))
266266
#'
267267
#' The plots for `posterior: Geyer` and `mcmcse: batch means` look

0 commit comments

Comments
 (0)