Skip to content

Commit

Permalink
change year color
Browse files Browse the repository at this point in the history
  • Loading branch information
atyrell3 committed May 14, 2021
1 parent 4edcb48 commit 2d3fe51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/regression_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ plot_correlation <- function(stock, eco, lag = 0) {
y = Value)
) +

ggplot2::scale_color_gradient(
low = "#7F7FFF",
high = "#575195",
viridis::scale_color_viridis(
breaks = seq(1950, 2020, by = 10)
) +
ggplot2::geom_path(ggplot2::aes(color = Time)) +
Expand Down

0 comments on commit 2d3fe51

Please sign in to comment.