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

density_scatter_plotly() #161

Merged
merged 5 commits into from
Jun 20, 2024
Merged

density_scatter_plotly() #161

merged 5 commits into from
Jun 20, 2024

Commits on Jun 19, 2024

  1. first swing at density_scatter_plotly() to close #160

    TODO few tests still failing due to misuse of annotate()
    janosh committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2483064 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. breaking: rename parity module to scatter

    all functions were more conveniently importable from __init__.py (e.g. from pymatviz import density_scatter) so hopefully doesn't affect many users
    janosh committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5c9bc70 View commit details
    Browse the repository at this point in the history
  2. add assets for density_scatter_plotly snd show in readme

    add keyword bin_counts_col: str = 'point density' to override color bar title
    janosh committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bf2e86a View commit details
    Browse the repository at this point in the history
  3. compress new SVG assets

    janosh committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c706032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7c850b View commit details
    Browse the repository at this point in the history