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

Added new scatter plot #157

Merged
merged 15 commits into from
Oct 31, 2015
Merged

Added new scatter plot #157

merged 15 commits into from
Oct 31, 2015

Commits on Oct 28, 2015

  1. Created new image generation routine.

    Scatter plots every point of line on an x,y grid with x being the normalized temperature and y being the normalized humidity. This helps with tuning humidity variables.
    esampson committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    e3f4bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24e5c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0416b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Added a bit more code to draw_scatter_plot. It's ugly, boneheaded, cu…

    …t and paste but I'm just a little too tired right now to create a more elegant looping system.
    
    The code will color cells that 'should not occur' neutral gray. This makes it easier to see when results are spilling over into those areas. It's fine to have some spill as the biome will simply be set to the lowest 'good' value but the graph now definitely lets you see when there are large gaps or overlays.
    esampson committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    5aa77e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e0c67 View commit details
    Browse the repository at this point in the history
  3. Reversed the vertical orientation of the scatter plot. It will hopefu…

    …lly be clearer this way.
    esampson committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    1127811 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    0413edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef31f3b View commit details
    Browse the repository at this point in the history
  3. Some cleanup of code. Reworked the modified gamma curve function so i…

    …t is much easier to read and added a large comment to explain what it is doing.
    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    88a5fbd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into Scatter

    Conflicts:
    	worldengine/generation.py
    	worldengine/simulations/precipitation.py
    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    629b476 View commit details
    Browse the repository at this point in the history
  5. Merge cleanup

    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    820a0c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07f4e2d View commit details
    Browse the repository at this point in the history
  7. Removed unneeded import

    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    c0d9a34 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into Scatter

    Conflicts:
    	worldengine/cli/main.py
    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    b335459 View commit details
    Browse the repository at this point in the history
  9. Cleaned up merge.

    esampson committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    51add74 View commit details
    Browse the repository at this point in the history