about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m
blob: 353376e4df7ecd518e6b0d1d32b47c949cac4c62 (plain)
1
2
3
function plot_axis_thru_origin()

lnx=line(get(gca,'xlim'),[0 0]); lny=line([0 0],get(gca,'ylim'));