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

time-shift
Houtan Bastani 2014-07-08 16:12:08 +02:00
parent 7400c2c143
commit 946bf4f5e2
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)