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

Commits on Aug 8, 2019

  1. modified panel summary code, added illustration

    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])
    ```
    
    ----
    YinshanS committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    54ffb6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from YinshanS/YinshanS-looped_plot

    modified panel summary code, added illustration
    YinshanS committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    e581e97 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Add files via upload

    Add code for malthusian model
    YinshanS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    991bb72 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    YinshanS committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    8610de9 View commit details
    Browse the repository at this point in the history