Skip to content

Commit 6ad2320

Browse files
authored
Added XData and YData description to README
1 parent 5b3f560 commit 6ad2320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Rather than depending on patch's algorithm to triangulize the object for renderi
2121
This information is also available if you call `help filledLineChart`.
2222

2323
## Name-Value Pair Arguments/Properties
24-
- `XData` (n x 1 vector) - the x-coordinates of the line, not including NaNs.
25-
- `YData` (n x m vector) - the y-coordinates of the line, not including NaNs. Each column is assumed to be a new line representing `m` different lines, each assuming to share the same `n` x-coordinates.
24+
- `XData` (n x 1 numeric vector) - the x-coordinates of the line, not including NaNs.
25+
- `YData` (n x m numeric non-negative vector) - the y-coordinates of the line, not including NaNs. Each column is assumed to be a new line representing `m` different lines, each assuming to share the same `n` x-coordinates.
2626
- `Title` (1 x n char vector) - the title of the chart.
2727
- `Subtitle` (1 x n char vector) - the subtitle of the chart.
2828
- `XLabel` (1 x n char vector) - the label of the x-axis.

0 commit comments

Comments
 (0)