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

[ENH] Update Figure Generation Code #236

Merged
merged 35 commits into from
Mar 20, 2019
Merged

Commits on Mar 15, 2019

  1. add function to trim zeros

    dowdlelt committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4094323 View commit details
    Browse the repository at this point in the history
  2. more help strings

    dowdlelt committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    dbd2fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Summary Plot is now Pie Chart

    Creates a pie chart showing 1) The total variance explained by each 
        component in the outer ring, 2) the variance explained by each 
        individual component in the inner ring, 3) counts of each classification 
        and 4) the amount of unexplained variance.
    dowdlelt authored Mar 17, 2019
    Configuration menu
    Copy the full SHA
    52e98a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. use df names, not numbers

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    6b1c71a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    295ed20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95967e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c686e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a9c4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0111fb2 View commit details
    Browse the repository at this point in the history
  7. lingering parenthesis

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    53f54dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60cf82c View commit details
    Browse the repository at this point in the history
  9. add cmap option

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a2a8570 View commit details
    Browse the repository at this point in the history
  10. typo *shakes fist*

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    73e49f1 View commit details
    Browse the repository at this point in the history
  11. reduce wdith of pie chart

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    56021ed View commit details
    Browse the repository at this point in the history
  12. get_spectrum moved to utils

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    1cb29be View commit details
    Browse the repository at this point in the history
  13. Some Travis fixes

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    ba5de7e View commit details
    Browse the repository at this point in the history
  14. make the figure directory in the out_dir

    Co-Authored-By: dowdlelt <logan.dowdle@gmail.com>
    tsalo and dowdlelt authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    b75ed3a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91c3a73 View commit details
    Browse the repository at this point in the history
  16. update doc string

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    1268ba4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a273301 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d41ab96 View commit details
    Browse the repository at this point in the history
  19. shorten a line

    dowdlelt authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    20054a5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dd73665 View commit details
    Browse the repository at this point in the history
  21. whitespace be gone

    dowdlelt authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    484771b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    969187e View commit details
    Browse the repository at this point in the history
  23. wrong variable

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    7274be7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2a4d9ac View commit details
    Browse the repository at this point in the history
  25. arrays need to be list

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    49b3153 View commit details
    Browse the repository at this point in the history
  26. do rstrip all in one go.

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    01734d8 View commit details
    Browse the repository at this point in the history
  27. whitespace?

    dowdlelt committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    625a3ab View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Always leave a typo, for good luck

    Co-Authored-By: dowdlelt <logan.dowdle@gmail.com>
    emdupre and dowdlelt authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    539a73e View commit details
    Browse the repository at this point in the history
  2. Make float clearer in get_spectrum

    Co-Authored-By: dowdlelt <logan.dowdle@gmail.com>
    emdupre and dowdlelt authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a48c9a6 View commit details
    Browse the repository at this point in the history
  3. document and organize

    dowdlelt committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    039e0e3 View commit details
    Browse the repository at this point in the history
  4. ultra light stylistic update

    Co-Authored-By: dowdlelt <logan.dowdle@gmail.com>
    emdupre and dowdlelt authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    1dfb5bf View commit details
    Browse the repository at this point in the history
  5. remove blank line

    dowdlelt committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    fe05678 View commit details
    Browse the repository at this point in the history