reporting: fix error message

time-shift
Houtan Bastani 2014-12-23 15:32:54 +01:00
parent f7cb867976
commit 1b8a58fe5b
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ end
assert(ischar(o.graphMiscTikzAddPlotOptions), ['@report_series.writeSeriesForGraph: ' ...
'graphMiscTikzAddPlotOptions file must be a string']);
assert(islogical(o.graphShowInLegend), '@graph.graph: graphShowInLegend must be either true or false');
assert(islogical(o.graphShowInLegend), ['@report_series.writeSeriesForGraph: ' ...
'graphShowInLegend must be either true or false']);
% Line
assert(ischar(o.graphLineColor), '@report_series.writeSeriesForGraph: graphLineColor must be a string');