Skip to content

Commit

Permalink
Merge pull request #7 from arfc/master
Browse files Browse the repository at this point in the history
update master
  • Loading branch information
robfairh authored Jul 26, 2020
2 parents b7cfae5 + af519ae commit 3965599
Show file tree
Hide file tree
Showing 2 changed files with 558 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temoa-uiuc/data_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import glob

plt.rcParams['figure.figsize'] = (16, 9)
plt.rcParams['figure.figsize'] = (12, 9)
plt.rcParams['figure.edgecolor'] = 'k'
plt.rcParams['figure.facecolor'] = 'w'
plt.rcParams['savefig.dpi'] = 400
Expand Down Expand Up @@ -372,7 +372,7 @@ def get_scenario_name(file):

filename = file.split('/')
fname_split = filename[-1].split('_')
scenario_name = '_'.join(fname_split[:-1])
scenario_name = ' '.join(fname_split[:-1])

return scenario_name

Expand Down
556 changes: 556 additions & 0 deletions temoa-uiuc/mga_analysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 3965599

Please sign in to comment.