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

ENH: DataFrame.plot.scatter argument c now accepts a column of strings, where rows with the same string are colored identically #59239

Merged
merged 17 commits into from
Sep 3, 2024

Commits on Jul 12, 2024

  1. convert non numericals and color strings to valid colors

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b91e635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8609ea5 View commit details
    Browse the repository at this point in the history
  3. extract logic into different functions; add plot (WIP)

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b4440c1 View commit details
    Browse the repository at this point in the history
  4. create labels for custom colors

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    571c0c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9511d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. same colors for <= 7, then random

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1ca57ed View commit details
    Browse the repository at this point in the history
  2. add test

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fb0d6e4 View commit details
    Browse the repository at this point in the history
  3. changelog

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4bcdbfc View commit details
    Browse the repository at this point in the history
  4. remove temp file

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7972138 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    45886d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    1713727 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. format

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    62427ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609fe40 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. format

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6e86858 View commit details
    Browse the repository at this point in the history
  2. update tests

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5223f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97606c View commit details
    Browse the repository at this point in the history
  4. update return types

    Michael Vincent Mannino authored and Michael Vincent Mannino committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7e5a02a View commit details
    Browse the repository at this point in the history