Skip to content

Comments

Follow-up on issue #92 : seaborn-blind error#98

Open
daeGULLL wants to merge 1 commit intodlsun:masterfrom
daeGULLL:patch-1
Open

Follow-up on issue #92 : seaborn-blind error#98
daeGULLL wants to merge 1 commit intodlsun:masterfrom
daeGULLL:patch-1

Conversation

@daeGULLL
Copy link

@daeGULLL daeGULLL commented Mar 26, 2025

  • fixed plot.py and distribution.py related to get_next_color()

Update plot.py

Update distributions.py

in first i thought the text "seaborn-blind" in the following code was the reason of the error

seaborn_colorblind_closest = difflib.get_close_matches(
        'seaborn-colorblind', plt.style.available, cutoff=0.7
    )

but it was not when i tested, rather it was related to matplotlib's new update.

when i tested the lib after my commit, it did not seem to emit errors.

- fixed plot.py and distribution.py related to get_next_color()
- removed ax in results.py since get_next_color() doesn't accept params
  from now

additional fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant