Skip to content

Releases: cgallimore25/donutPlot

Version 2.1.1

04 Dec 02:01

Choose a tag to compare

  • Fixed subplot bug caused by gca, resulting in ambiguous axis target, particularly vulnerable in for loops. This bug propagated from new additions in v2.0.1
  • Made 'dim' a Name,Value pair rather than an optional positional argument, so that ax could take its place as an optional positional target for plots
  • Fixed a missing default parameter bug when 'showLegend' and its string array value are not supplied
  • Added a .gitignore for auxiliary files (should have done earlier)

Version 2.0.1

29 Nov 06:56

Choose a tag to compare

  • Added directional control and ring separation parameter for user control of visible spacing (specific to 'concentric' style)
  • Support for a radial legend indicating groups (specific to 'concentric' style)

Version 2.0.0

26 Nov 22:21

Choose a tag to compare

  • Converted plotted elements from line to patch objects for both fill and edge customization
  • Support for concentric plotting style, embedding data series inside-out
  • New name, value pairs for user-defined start angle, donut radius, transparency, linewidth, and text color
  • Transitioned to an input parser object for flexible argument handling
  • Modularization of coordinate calculations and special cases

circPercent MATLAB release

05 Jan 01:37
a5bc161

Choose a tag to compare

v1.0.0

Add files via upload