Skip to content

Conversation

@cvanelteren
Copy link
Collaborator

This PR will integrated pycirclize into UltraPlot exposing chord diagrams, radar plots, and phylogeny plot. It wraps PyCirclize into an UltraPlot flavored manner adding the convenience of normal plotting while harnessing the strenghts of this well developed package.

Putting this in draft for now but it seems to work nicely with main

image

Closes #472

@cvanelteren cvanelteren changed the title Feature: integrate pycirclize in to UltraPlot Feature: integrate pycirclize into UltraPlot Jan 23, 2026
@codecov
Copy link

codecov bot commented Jan 23, 2026

@cvanelteren cvanelteren marked this pull request as ready for review January 24, 2026 09:49
pyproject.toml Outdated

[project.optional-dependencies]
circos = ["pycirclize>=1.10.1"]
all = ["pycirclize>=1.10.1"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to work on this a bit -- do we want to provide a minimal install and all bells and whizzles? I guess for people (like me) that does not use geo this may be nice to reduce the disk space

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will change this to have default install everything and instead add a minimal installer

from ultraplot.axes.plot_types.circlize import _import_pycirclize

_import_pycirclize()
except ImportError:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is overkill and too specific to how this was developed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm on second thought maybe this is ok

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.

Feature request: Add Chord diagram

2 participants