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') +```