Skip to content

Commit 15d1a05

Browse files
committed
Touch-up missed README format change
1 parent 74bca18 commit 15d1a05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
Use circular arcs to graphically illustrate proportions and percentages in MATLAB.
77
For a fully comprehensive demo of usage, special case handling, and the latest features, checkout the demo file `donutPlot_demo.mlx`.
88

9-
This function was designed to allow more complicated inputs and user control over the native `'pie.m'` function, while producing arcs in exactly the same way as `'pie()'` wedges in its handling of uncommon cases.
10-
It further expands `'pie()'` by supporting matrix input, direct specification of `'facecolor'`, and compatibility with `colormap()` calls.
11-
With exception of categorical data treatment, it also builds upon MATLAB's 2023 introduction of `'donutchart()'` by allowing most of the same essential features and more.
9+
This function was designed to allow more complicated inputs and user control over the native `'pie.m'` function, while producing arcs in exactly the same way as `pie()` wedges in its handling of uncommon cases.
10+
It further expands `pie()` by supporting matrix input, direct specification of `'facecolor'`, and compatibility with `colormap()` calls.
11+
With exception of categorical data treatment, it also builds upon MATLAB's 2023 introduction of `donutchart()` by allowing most of the same essential features and more.
1212
One example is a `'concentric'` plotting style embedding multiple groups in a single donut, control over ring separation with this style, and addition of a custom radial legend to indicate group membership.
1313

1414
Catalog of changes in version `2.0.1` (formerly 'circPercent'):

0 commit comments

Comments
 (0)