Hi! I did a plot with some of my data and the plot was dark. Some ideas?
Commands were simple,
d1 <- read.csv("all filter1.csv", header=T)
plot(d1[,7], d1[,18])
Somebody knows how can I improve it? Thanks a lot!
Commands were simple,
d1 <- read.csv("all filter1.csv", header=T)
plot(d1[,7], d1[,18])
Somebody knows how can I improve it? Thanks a lot!
Comment