Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified panel summary code, added illustration #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

YinshanS
Copy link

@YinshanS YinshanS commented Aug 8, 2019

2019-08-08 by Yinshan: list of changes made:

  1. Modified six-panel summary code, added loop and figcontents dictionary
  2. Changed six-panel summary graph legend to global, added subtitles to subplots
  3. Added illustration on
self.initdata = vars(self).copy()

and

if init == True:
     for para in self.initdata:
         setattr(self, para, self.initdata[para])

1. Modified six-panel summary code, added loop and `figcontents` dictionary
2. Changed six-panel summary graph legend to global, added subtitles to subplots
3. Added illustration on  
```
self.initdata = vars(self).copy()
```
and 
```
if init == True:
     for para in self.initdata:
         setattr(self, para, self.initdata[para])
```

----
modified panel summary code, added illustration
Add code for malthusian model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant