Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhewa committed Nov 13, 2020
1 parent d429150 commit 6b615f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/perplexity.R
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ setMethod("plotGridSearchPerplexityDiff",
plot <- ggplot2::ggplot(dt[!is.na(perpdiffK), ],
ggplot2::aes_string(x = "K",
y = "perpdiffK")) +
ggplot2::geom_jitter(height = 0, width = 0.1,
ggplot2::geom_jitter(height = 0, width = 0.1, alpha = 0.5,
ggplot2::aes_string(color = "L")) +
ggplot2::scale_color_discrete(name = "L") +
ggplot2::geom_path(data = diffMeansByK[!is.na(meanperpdiffK), ],
Expand Down

0 comments on commit 6b615f8

Please sign in to comment.