minimal examplw
This commit is contained in:
@@ -29,36 +29,19 @@ set(gca,'FontSize',12,'YScale','log');
|
||||
ylim([1e-6 1e3])
|
||||
xlim([-10 23])
|
||||
|
||||
% % Create textarrow
|
||||
% annotation(figure1,'textarrow',[0.564444444444444 0.548148148148148],...
|
||||
% [0.768523809523809 0.63047619047619],'String',{'(A)'});
|
||||
%
|
||||
% % Create doublearrow
|
||||
% annotation(figure1,'doublearrow',[0.724444444444444 0.699259259259259],...
|
||||
% [0.854238095238095 0.723809523809524]);
|
||||
%
|
||||
% % Create line
|
||||
% annotation(figure1,'line',[0.700740740740741 0.699259259259259],...
|
||||
% [0.554285714285714 0.405714285714286]);
|
||||
%
|
||||
% % Create textbox
|
||||
% annotation(figure1,'textbox',...
|
||||
% [0.578777777777778 0.194285714285714 0.104185185185185 0.0685714285714286],...
|
||||
% 'String',{'BOX'},...
|
||||
% 'FitBoxToText','off');
|
||||
|
||||
%
|
||||
fig_path = 'C:\Users\Silas\Documents\Dissertation\00_Examples\tikz\textfig.tikz';
|
||||
matlab2tikz(fig_path, ...
|
||||
'width','\fwidth', ...
|
||||
'height','\fheight', ...
|
||||
'showInfo',false, ...
|
||||
'extraAxisOptions',{ ...
|
||||
'legend style={font=\footnotesize}', ...
|
||||
'xlabel style={font=\color{white!15!black},font=\small},',...
|
||||
'ylabel style={font=\color{white!15!black},font=\small},',...
|
||||
'legend columns=1', ...
|
||||
'every axis/.append style={font=\scriptsize}',...
|
||||
'legend columns=2',...
|
||||
'legend style={at={(0.02,0.98)},font=\footnotesize,draw=black!60,rounded corners=2pt,inner sep=1pt,fill=white,column sep=6pt,anchor= north west}',...
|
||||
});
|
||||
% fig_path = 'C:\Users\Silas\Documents\Dissertation\00_Examples\tikz\textfig.tikz';
|
||||
% matlab2tikz(fig_path, ...
|
||||
% 'width','\fwidth', ...
|
||||
% 'height','\fheight', ...
|
||||
% 'showInfo',false, ...
|
||||
% 'extraAxisOptions',{ ...
|
||||
% 'legend style={font=\footnotesize}', ...
|
||||
% 'xlabel style={font=\color{white!15!black},font=\small},',...
|
||||
% 'ylabel style={font=\color{white!15!black},font=\small},',...
|
||||
% 'legend columns=1', ...
|
||||
% 'every axis/.append style={font=\scriptsize}',...
|
||||
% 'legend columns=2',...
|
||||
% 'legend style={at={(0.02,0.98)},font=\footnotesize,draw=black!60,rounded corners=2pt,inner sep=1pt,fill=white,column sep=6pt,anchor= north west}',...
|
||||
% });
|
||||
Reference in New Issue
Block a user