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

Plot improvements #24

Merged
merged 10 commits into from
Feb 24, 2024
Merged

Plot improvements #24

merged 10 commits into from
Feb 24, 2024

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    455fa8a View commit details
    Browse the repository at this point in the history
  2. Allow scatterplot with no hue

    maximz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dcfb987 View commit details
    Browse the repository at this point in the history
  3. Expose more HueValueStyle parameters as global defaults in scatterplo…

    …t(). Rationale: we may want to run scatterplot() twice against the same ax, with different z-orders (or other HVS params) for the two collections of data. Simply passing a zorder kwarg doesn't work because HVS supplies a default style zorder kwarg too, i.e. we'd be calling ax.scatter with two conflicting zorder kwargs.
    maximz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d0423eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e291e4 View commit details
    Browse the repository at this point in the history
  5. Improve tick text wrapping by encouraging line breaks at certain char…

    …acters like slashes.
    maximz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    aac68d7 View commit details
    Browse the repository at this point in the history
  6. Docs

    maximz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    43abc26 View commit details
    Browse the repository at this point in the history
  7. Add sample size to labels: cast label into the dtype of the column be…

    …ing compared against. For example, a numerical category #8 will be converted to a string label '8'. To get sample size of that numerical category, we need to cast back to int first.
    maximz committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3c9aaaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5e3596 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd3bb32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d301804 View commit details
    Browse the repository at this point in the history