make the chart prettier

This commit is contained in:
Chris Cromer 2022-09-03 23:05:42 -04:00
parent 76f4466652
commit ec1b0be158
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -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))
}