flatironinstitute / ironclust

Spike sorting software being developed at Flatiron Institute, based on JRCLUST (Janelia Rocket Cluster)
Apache License 2.0
28 stars 7 forks source link

Plot Aux Xlim Bug #15

Closed zsperry closed 5 years ago

zsperry commented 5 years ago

When the Xlim is set in plot_aux_corr, the line should be:

set(ax1_, 'XLim', vrTime_aux([1,end]));

Currently, the axis referred to (hAx1) doesn't adjust the pressure trace.

Matlab 2017a

jamesjun commented 5 years ago

Thanks Zach, the code is updated as suggested (v4.5.7).