My current df is really long but I will add a short picture here. I get a graph like this Graph. The data goes from 0-27000 on the x axis so there should not be a graph like this. A long straight line would be the expected results. On top of that I am trying yo make the x and y axis a log.
a %>%
ggplot(aes(Discharge, Gageheight)) +
geom_point()
Getting better at adding info so advice on posts would be great. Thank you!