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

Bug restore boxplot defaults #3165

Merged
merged 7 commits into from Jul 11, 2014

Commits on Jun 28, 2014

  1. Copy the full SHA
    7df0313 View commit details
    Browse the repository at this point in the history
  2. fixed typos/formatting in docstrings

    phobson authored and tacaswell committed Jun 28, 2014
    Copy the full SHA
    2a7a66a View commit details
    Browse the repository at this point in the history
  3. clean up whitespace

    phobson authored and tacaswell committed Jun 28, 2014
    Copy the full SHA
    4b81a4f View commit details
    Browse the repository at this point in the history
  4. BUG : fix errors when using fliers

    doplot for horizontal boxes (internal bxp helper function) assumes that
    it will be passed an even number of positional arguments which it swaps
    pair-wise.  The code to draw the fliers also passes in a format string
    which breaks the assumption.
    
     - re-worked how `bxp` deals with the `sym` input
     - minor pep8
    tacaswell committed Jun 28, 2014
    Copy the full SHA
    462362f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. BUG : handle colors passed in via sym in bxp

    If the user passes is the string 'ro' assume they want filled circles.
    This is also the old behavior.
    tacaswell committed Jul 4, 2014
    Copy the full SHA
    4379f44 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. Copy the full SHA
    75f3155 View commit details
    Browse the repository at this point in the history
  2. MNT : Changed labeling to maintain back-compatibility

     changed labeling in cbook.box_plotstats to start at 1 to
     maintain back compatibility
    tacaswell committed Jul 6, 2014
    Copy the full SHA
    01b7b77 View commit details
    Browse the repository at this point in the history