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

Align ticks in at-risk count table #747

Merged
merged 10 commits into from Jun 19, 2019

Commits on Jun 18, 2019

  1. Merge pull request #1 from CamDavidsonPilon/master

    Update lifelines fork
    christopherahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    92a6d7b View commit details
    Browse the repository at this point in the history
  2. Pad counts based on largest number for the first tick to align group …

    …labels, explicitly pop kwargs to allow tick labels configuration
    Chris Ahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e36dda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b5363 View commit details
    Browse the repository at this point in the history
  4. Formatting with black

    Chris Ahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    6f88203 View commit details
    Browse the repository at this point in the history
  5. Move calculation of longest count into first tick check

    Chris Ahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    f189d93 View commit details
    Browse the repository at this point in the history
  6. Use format for compatibility with python 3.5

    Chris Ahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    91e00ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27b1a62 View commit details
    Browse the repository at this point in the history
  8. Remove another trailing black-inserted comma for compatibility with p…

    …ython 3.5
    Chris Ahern committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    9fcd60f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    93cd3a6 View commit details
    Browse the repository at this point in the history
  2. Allow xticks as kwarg to at-risk counts or set to visible ticks from …

    …plot axes object
    Chris Ahern committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9d7c134 View commit details
    Browse the repository at this point in the history