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

Violin Plots #2996

Merged
merged 22 commits into from May 26, 2014
Merged

Violin Plots #2996

merged 22 commits into from May 26, 2014

Commits on May 24, 2014

  1. Copy the full SHA
    d9f71fb View commit details
    Browse the repository at this point in the history
  2. Added ksdensity (KDE) function in mlab and adapted _axes violinplot f…

    …unction to accept new KDE.
    
    Added basic violinplot demo in examples
    khchan authored and solvents committed May 24, 2014
    Copy the full SHA
    da40c9d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b9d7e03 View commit details
    Browse the repository at this point in the history
  4. Added horizontal violin plot feature compatible with means, extremas …

    …and medians.
    donald authored and solvents committed May 24, 2014
    Copy the full SHA
    3c4c619 View commit details
    Browse the repository at this point in the history
  5. Fixed bug for regression test matplotlib#1181 in scipy unit tests; ks…

    …density is now referred to as gaussian_kde and exists as a class in mlab.
    
    Fixed list comp position bug and updated examples
    khchan authored and solvents committed May 24, 2014
    Copy the full SHA
    e6f1b38 View commit details
    Browse the repository at this point in the history
  6. Reverted 69b304c.

    solvents committed May 24, 2014
    Copy the full SHA
    e8b3041 View commit details
    Browse the repository at this point in the history
  7. Re-added points parameter to violinplot.

    Fixed several style issues.
    solvents committed May 24, 2014
    Copy the full SHA
    91a33e8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    690c770 View commit details
    Browse the repository at this point in the history
  9. Added violinplot tests.

    LTS42 authored and solvents committed May 24, 2014
    Copy the full SHA
    b98b591 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2fa212a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    14e6402 View commit details
    Browse the repository at this point in the history
  12. Initial tests for ksdensity

    blah blah authored and solvents committed May 24, 2014
    Copy the full SHA
    8761ed4 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ef89a14 View commit details
    Browse the repository at this point in the history
  14. Fixed some style issues. Added violinplot to boilerplate.py

    Added comments for test cases referencing the origins.
    solvents committed May 24, 2014
    Copy the full SHA
    0555ef1 View commit details
    Browse the repository at this point in the history
  15. Added silverman and scott tests.

    kelsiegr authored and solvents committed May 24, 2014
    Copy the full SHA
    6277624 View commit details
    Browse the repository at this point in the history
  16. implementations of the evaluate tests

    Conflicts:
    	lib/matplotlib/tests/test_mlab.py
    grdlok authored and solvents committed May 24, 2014
    Copy the full SHA
    39c66a9 View commit details
    Browse the repository at this point in the history
  17. Fixed kde for invalid bw_methods, misc test formatting.

    Some course related tests were added. These are removed later.
    khchan authored and solvents committed May 24, 2014
    Copy the full SHA
    ca7d605 View commit details
    Browse the repository at this point in the history
  18. Renamed vp_coverage baseline images, added bw_method paramater to vio…

    …linplot and updated demo
    khchan authored and solvents committed May 24, 2014
    Copy the full SHA
    11aee86 View commit details
    Browse the repository at this point in the history
  19. Updated kde tests in test_mlab.py to reflect changes to imports in te…

    …st_mlab.py
    
    Fixed a syntax error in python 3 and fixed up some violinplot tests.
    Fixed some style problems.
    Removed course-related test from list of tests.
    solvents committed May 24, 2014
    Copy the full SHA
    f189325 View commit details
    Browse the repository at this point in the history
  20. Fixed an issue in violinplot where the top end of violins would be tr…

    …uncated.
    
    Updated test images and reran boilerplate.py
    solvents committed May 24, 2014
    Copy the full SHA
    ad0bcd4 View commit details
    Browse the repository at this point in the history
  21. Refactored axes.violinplot into cbook.violin_stats (arranges violin p…

    …lot data for drawing), axes.violin (draws pre-arranged violin plot data), and axes.violinplot (uses cbook.violin_stats to draw violin plots via axes.violin)
    
    Updated whats_new.rst.
    Updated CHANGELOG.
    solvents committed May 24, 2014
    Copy the full SHA
    b8db6d2 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    01c3176 View commit details
    Browse the repository at this point in the history