From b35062928c53e376a0849b9ddb4b0ca1759e67df Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Fri, 28 Dec 2012 23:44:54 -0500 Subject: plot quality improved --- xmds2/realistic_Rb_and_fields/niceplotset.m | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xmds2/realistic_Rb_and_fields/niceplotset.m (limited to 'xmds2/realistic_Rb_and_fields/niceplotset.m') diff --git a/xmds2/realistic_Rb_and_fields/niceplotset.m b/xmds2/realistic_Rb_and_fields/niceplotset.m new file mode 100644 index 0000000..42fa855 --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/niceplotset.m @@ -0,0 +1,19 @@ +function niceplotset(fhandle) + %% Increases default font + fontSize=24; + %% increase width of the lines + %lineWidth=2; + + % sets axes font + set(gca,'FontSize',fontSize ); + %set(gca,'FontSize',fontSize, 'LineWidth', lineWidth); + %box(axes1,'on'); + %hold(axes1,'off'); + + % Create xlabel + %xlabel('','FontSize',fontSize); + %ylabel('','FontSize',fontSize); + + %title('', 'FontSize',fontSize); + +end -- cgit v1.2.3