matplotlib / mpl-third-party

Third-party Packages Webpage
https://matplotlib.org/mpl-third-party/
53 stars 71 forks source link

Add mpl_chord_diagram #141

Closed tfardet closed 1 year ago

tfardet commented 1 year ago

Python package to draw chord diagrams in matplotlib: https://codeberg.org/tfardet/mpl_chord_diagram

tfardet commented 1 year ago

Ah, I see, this requires #100 before it can be merged (there is technically a GitHub repo but I don't want to advertise it because it's just there due to historical reasons, I'm not maintaining it anymore and I'm actually considering deleting it)

EDIT: new PR for URLs from any forge is #156

tfardet commented 1 year ago

@timhoffm @QuLogic sorry, it turns out I missed the pre-commit check for repo in #156... is it OK if I fix it here or should I reopen another PR for it?

QuLogic commented 1 year ago

It's probably fine, though perhaps rebase instead of merge?

tfardet commented 1 year ago

@QuLogic done :)

oscargus commented 1 year ago

Thanks @tfardet!