Plotting for Papers

Matlab File

Some recommended functions

function ax=axes_style(position)

ax=axes('Position',position,'Box','on','LineWidth',1,'FontSize',10);

end

Python File

Julia File