Skip to content

Commit

Permalink
changed graph label
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Nov 5, 2023
1 parent 3fd61cf commit 3bc16e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/staking_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ stakePct_se <- round((tail(data_plot2$se, n = 1) - data_plot2$se[1])/data_plot2$

plot3 <- ggplot(data = mab_data, aes(x = date, y = mab)) +
geom_line() +
ylab("Minimum Active Bond (DOT)") + xlab("Date") +
ylab("Reward Active Bond (DOT)") + xlab("Date") +
xlim(c(max(date) - lookback, max(date))) + ylim(c(400, 600))

data_plot3 <- mab_data[mab_data$date >= (max(mab_data$date) - lookback),]
Expand Down

0 comments on commit 3bc16e5

Please sign in to comment.