reporting: modify depricated method of changing font (thanks to Dirk Muir for the solution)

remove-priordens
Houtan Bastani 2014-07-08 16:12:08 +02:00
parent 8a89b63cea
commit 9aef6eede7
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ end
fprintf(fid, ']\n');
if ~isempty(o.title{1})
fprintf(fid, '\\tikzstyle{every axis title}=[font=\\%s]\n', o.titleFontSize);
fprintf(fid, '\\pgfplotsset{every axis title/.append style={}}=[font=\\%s]\n', o.titleFontSize);
end
if ~isempty(o.shade)