From 1e1cfc037dc4cef62858fb4e8744977a06fb9a6b Mon Sep 17 00:00:00 2001 From: Travis E Braisted Date: Tue, 12 Sep 2017 12:10:57 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e94b2a9..f6a4e39 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ transcum=cumsum(data(:,9))./1000000;%cumulative sum of transportational %energy consumption in quintillions figure(2) plot(data(:,1),rescum,data(:,1),transcum) -``` + set(gcf, 'Position', [500, 200, 1000, 800]) xlabel('Time (years)') ylabel('Total Energy Consumed (quintillions of BTUs)') legend('Residential','Transportation','Location','northwest') title('Cumulative US Energy Consumption from 1949 to 2016') +```