PyCirclize Versions Save

Circular visualization in Python (Circos Plot, Chord Diagram, Radar Chart)

v0.3.0

1 year ago

Change Log

New Functionality

  • Added circos.colorbar() method
  • Added track.grid() method

Improvement

  • Added circos.ax property

Bug Fix

  • Fixed track.line() bug when plotting minus direction

https://github.com/moshi4/pyCirclize/compare/v0.2.1...v0.3.0

v0.2.1

1 year ago

Change Log

Improvement

  • Added link_kws_handler option to Circos.initialize_from_matrix()

https://github.com/moshi4/pyCirclize/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

Change Log

New Functionality

  • Added sector.raster() method for plotting raster image
  • Added utils.calc_group_spaces() function for easily grouping sector display
  • Added circos.get_group_sectors_deg_lim() method for easily grouping sector display

Improvement

  • Added ax option to circos.plotfig() method for plotting to user-defined matplotlib Axes
  • Added order option to circos.initialize_from_matrix() method for plotting Chord Diagram
  • Added adjust_rotation option to circos.text() method

https://github.com/moshi4/pyCirclize/compare/v0.1.3...v0.2.0

v0.1.3

1 year ago

Change Log

Minor Change

  • Added side arg param to track.yticks() method

https://github.com/moshi4/pyCirclize/compare/v0.1.2...v0.1.3

v0.1.2

1 year ago

Change Log

Minor Change

  • Added Circos.initialize_from_matrix() static method to plot Chord Diagram more easily
  • Removed upper bound version constraint in dependencies

https://github.com/moshi4/pyCirclize/compare/v0.1.1...v0.1.2

v0.1.1

1 year ago

Change Log

Minor Change

  • Added parse_fromto_table static method to Matrix parser class
  • Fixed to not display Chord Diagram link if the matrix value is less than or equal to 0
  • Fixed to not display the decimal point when the xticks interval value type is int

https://github.com/moshi4/pyCirclize/compare/v0.1.0...v0.1.1

v0.1.0

1 year ago

First Official Release

pyCirclize is a circular visualization python package implemented based on matplotlib.