matthiasm@8: function plot_axis_thru_origin() matthiasm@8: matthiasm@8: lnx=line(get(gca,'xlim'),[0 0]); lny=line([0 0],get(gca,'ylim'));