Skip to content

Commit 3e4be3b

Browse files
committed
dev.off() added
1 parent 391124e commit 3e4be3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plot1.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ fsub <- subset(f, Date >= min)
99
fsub <- subset(fsub, Date <= max)
1010
hist(fsub$Global_active_power, main="Global Active Power",
1111
xlab="Global Active Power (kilowatts)", col="red", xlim=range(0:6))
12+
dev.off()

0 commit comments

Comments
 (0)