make the chart prettier
This commit is contained in:
parent
76f4466652
commit
ec1b0be158
Binary file not shown.
Before ![]() (image error) Size: 5.9 KiB After ![]() (image error) Size: 9.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 3.8 KiB After ![]() (image error) Size: 4.0 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.8 KiB After ![]() (image error) Size: 9.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 5.5 KiB After ![]() (image error) Size: 9.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 6.0 KiB After ![]() (image error) Size: 9.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 6.7 KiB After ![]() (image error) Size: 12 KiB ![]() ![]() |
@ -20,7 +20,7 @@ if (nrow(players) > 0) {
|
||||
|
||||
png(file = paste("out/", paste(filename, ".png", sep = ""), sep = ""))
|
||||
|
||||
plot(time_series, main = name, yaxt = "n")
|
||||
plot(time_series, main = name, yaxt = "n", col = "blue", ylab = "Coins", xlab = "Time (s)")
|
||||
|
||||
axis(2, pretty(c(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12), n = 12))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user