CSC-UW / csc-eeg-tools

Set of matlab functions for EEG io, preprocessing, analysis from the Center for Sleep and Consciousness, University of Wisconsin (csc)
19 stars 7 forks source link

bug in the up/down arrow thing in the semi automatic artifact rejection #4

Closed AnnaCastelnovo closed 9 years ago

AnnaCastelnovo commented 9 years ago

if you make the figure bigger using the up arrow and then click on the figure to set the threshold the figure automatically get smaller without saving the new threshold line

AnnaCastelnovo commented 9 years ago

*gets ..sdoh.

Mensen commented 9 years ago

I just tried this out on my linux machine and I can't reproduce the problem.

Its very strange that something like this could happen considering that once a new threshold is selected on the axes, there is no function to update the y-limits of the plot.

Are you sure, there haven't been other local changes to your functions that could cause this problem?

AnnaCastelnovo commented 9 years ago

probably TOTALLY MY FAULT

I added Ylim 2xthreshold while waiting for your solution with the arrows thing..and then I commented the first Ylim (initial plot but not the second one (update the plot). SORRY

you need a huge pie

2014-10-30 0:43 GMT-05:00 Armand Mensen notifications@github.com:

I just tried this out on my linux machine and I can't reproduce the problem.

Its very strange that something like this could happen considering that once a new threshold is selected on the axes, there is no function to update the y-limits of the plot.

Are you sure, there haven't been other local changes to your functions that could cause this problem?

— Reply to this email directly or view it on GitHub https://github.com/CSC-UW/csc-eeg-tools/issues/4#issuecomment-61048237.

MelanieBoly commented 9 years ago

yes pie :) thanks for your help guys m

On Oct 30, 2014, at 11:37 AM, AnnaCastelnovo notifications@github.com wrote:

probably TOTALLY MY FAULT

I added Ylim 2xthreshold while waiting for your solution with the arrows thing..and then I commented the first Ylim (initial plot but not the second one (update the plot). SORRY

you need a huge pie

2014-10-30 0:43 GMT-05:00 Armand Mensen notifications@github.com:

I just tried this out on my linux machine and I can't reproduce the problem.

Its very strange that something like this could happen considering that once a new threshold is selected on the axes, there is no function to update the y-limits of the plot.

Are you sure, there haven't been other local changes to your functions that could cause this problem?

— Reply to this email directly or view it on GitHub https://github.com/CSC-UW/csc-eeg-tools/issues/4#issuecomment-61048237.

— Reply to this email directly or view it on GitHub.

Mensen commented 9 years ago

A good idea is to always try and get the newest version and then you can easily see the changes in the file and then its easy to see where the problem could be.