From 946bf4f5e2f2b10e09870a060f8ed41064684d8e Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 8 Jul 2014 16:12:08 +0200 Subject: [PATCH] reporting: modify depricated method of changing font (thanks to Dirk Muir for the solution) --- matlab/reports/@graph/writeGraphFile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/reports/@graph/writeGraphFile.m b/matlab/reports/@graph/writeGraphFile.m index 8cdf18a83..bd820c9e9 100644 --- a/matlab/reports/@graph/writeGraphFile.m +++ b/matlab/reports/@graph/writeGraphFile.m @@ -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)