-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axes not displaying correctly on external monitor #85
Comments
How did you create that NWB file? Looks like that file is missing some columns in the electrodes table potentially. If you open up that file and do something like: |
Yeah you need to have it in the current implementation of ecogVIS. I think we had discussed moving bad electrode annotating out of the file and to instead write to a csv like how bad time intervals are currently implemented. So that if one person marks it as bad, it's not marked bad for everyone. I don't know if you (or maybe Matt) have specific thoughts on this? If so, let's open a separate issue. |
Also, I'm assuming the |
This was fixed in 6cb430b |
@jrliu95 Yes - |
@luiztauffer I pip uninstalled ecogvis and installed using github version. Launched ecogvis from command line, selected the file, and got the following:
|
I found the problem, thanks for informing me! edit: Sorry I automatically closed the issue on commit. I'll wait to see if things are working on your side! |
@luiztauffer I'm now able to open this file - thanks! However, I'm again experiencing the x- and y-axis misalignment The file I'm testing is in our shared Box folder (ChangLabData_ShareWithCatalystNeuro) in the subfolder 'CP3' |
I'm running Windows 10 Pro Interestingly, the axes are fine when I have the GUI window on my laptop screen, but the problem occurs when I drag (the exact same GUI window) over to my external monitor. Problem goes away when I move back to my laptop screen |
@kristinksellers does it happen if you open directly on the external monitor, instead of dragging it? |
In trying to test this, I first pulled the latest repo version of ecogvis. In trying to install, it said I needed to update PyQt5 and PyQt5-sip, which I did (to versions 5.14.2 and 12.8.0, respectively) and then pulled ecogvis again. Now I'm not able to launch ecogvis -- do I need to revert to a previous version of a library? |
I’m sorry for these problems, but unfortunately they’re common with pyqt and windows… in the most current version we’ve added PyQtWebEngine as a dependency and that’s what seems to be causing the error. Usually a fresh install in a new environment solves it. But let’s try a couple of different solutions: Option 1. In your current env
then if you enter
Option 2. Install in a fresh new environment, from the root dir of the ecogvis project:
let me know if the problem got solved then |
@luiztauffer The first option worked to fix my environment -- thanks!! Re the earlier problem (x-axis not displaying correctly on external monitor) - this is still occurring when I open directly on the external monitor. Fixing this is low priority because there is a manageable workaround (just use laptop monitor), so don't spend too much time on it. |
the new monitor problem seems to be a known issue with pyqtgraph, leaving some references here: I tried solutions proposed on both links, but they actually worsened the GUI. Let's keep an eye on those Issues. |
The error below occurs after selecting the file 'CP3Rt_2019_07_15_16_51_45__MR_9.nwb' upon start up of ecogvis. This file is shared via Box (ChangLabData_ShareWithCatalystNeuro/CP3)
The text was updated successfully, but these errors were encountered: