We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391124e commit 3e4be3bCopy full SHA for 3e4be3b
plot1.R
@@ -9,3 +9,4 @@ fsub <- subset(f, Date >= min)
9
fsub <- subset(fsub, Date <= max)
10
hist(fsub$Global_active_power, main="Global Active Power",
11
xlab="Global Active Power (kilowatts)", col="red", xlim=range(0:6))
12
+dev.off()
0 commit comments