Skip to content
Snippets Groups Projects
Commit 4dd462e2 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix bug introduced in 4caa3623

parent 5308da2c
Branches
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ assert(isempty(o.graphMarker) || any(strcmp(o.graphMarker, valid_graphMarker)),
assert(ischar(o.graphMarkerEdgeColor), '@report_series.getLine: graphMarkerEdgeColor must be a string');
assert(ischar(o.graphMarkerFaceColor), '@report_series.getLine: graphMarkerFaceColor must be a string');
assert(isfloat(o.graphMarkerSize) && o.graphLineWidth > 0, ...
assert(isfloat(o.graphMarkerSize) && o.graphMarkerSize > 0, ...
'@report_series.getLine: graphMarkerSize must be a positive number');
% Marker & Line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment