diff options
Diffstat (limited to 'sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m')
| -rw-r--r-- | sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m b/sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m new file mode 100644 index 00000000..353376e4 --- /dev/null +++ b/sourcecodes/bnt-master/KPMtools/plot_axis_thru_origin.m @@ -0,0 +1,3 @@ +function plot_axis_thru_origin() + +lnx=line(get(gca,'xlim'),[0 0]); lny=line([0 0],get(gca,'ylim')); |
