Skip to content

Releases: tfardet/mpl_chord_diagram

Version 0.4

26 May 09:27
Compare
Choose a tag to compare

New features

  • Directed chords via the directed argument
  • Rotate and set the angular aperture of the diagram via the start_at and extent arguments

Breaking changes

min_chord_width has replaced the zero_entry_size argument: all existing chords with an extremity smaller than min_chord_width are now extended to this minimal width instead of just just chords that have a zero-width extremity.

Version 0.3.2

21 May 20:15
Compare
Choose a tag to compare

Bugfix for the Pypi repository to enable install via pip.

Version 0.3.0

07 Apr 12:10
Compare
Choose a tag to compare

Improvements:

  • Improved name positioning
  • Chord colors can now be set separately from arc colors
  • Font color can be changed

Bugfix: fix issue in setup.py that prevented automatic requirement installation using pip

Version 0.2.0

29 Nov 08:43
35defde
Compare
Choose a tag to compare

Improvements:

  • zero-width chords are no longer plotted (#14/#17 thanks to @gph82)
  • improved documentation #20

Bugfix: correct name rotation

Initial release (0.1.0)

29 Nov 08:35
fda286c
Compare
Choose a tag to compare
Pre-release

Initial release, including gradient, name tags, and chord ordering.