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

add missing semicolon

parent fa4aefb2
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@ if ~isempty(o.graphMarker)
o.graphMarker,o.graphMarkerSize,o.graphMarkerEdgeColor,o.graphMarkerFaceColor);
end
if ~isempty(o.graphMiscTikzAddPlotOptions)
fprintf(fid, ',%s', o.graphMiscTikzAddPlotOptions)
fprintf(fid, ',%s', o.graphMiscTikzAddPlotOptions);
end
fprintf(fid,']\ntable[row sep=crcr]{\nx y\\\\\n');
for i=1:ds.dates.ndat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment