Deben Oldert 9 éve
szülő
commit
9df09dd85f
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Project/main.R

+ 2 - 2
Project/main.R

@@ -1,4 +1,4 @@
-# (c) Deben Oldert
+# (c) Deben Oldert, Rens Zuurbier
 # Checks the difference between multiple movie rating from different websites
 
 # Load libraries
@@ -344,7 +344,7 @@ barplot(
   as.matrix(mrx5),
   beside = TRUE,
   col = color,
-  ylim = c(0, 10),
+  ylim = c(0, y),
   names.arg = c("", "", "", "", ""),
   main = "How much differce the top 5 of Netflix with other providers?",
   ylab = "Score"