Hey Guys
I ran ur code and i encountered the following issues:
- The code is not very intuitive I did not understand that by asking for age gender etc. u were trying to filter the datasets for the one corresponding to the filters. maybe add a line of code that prints a quick explanation first.
- Second of all your code appears to wrongly extract the data from the files: as u can see here: subject_info: <subject_info | his_id: X, last_name: 25yr, first_name: Female, sex: 2> but somehow it still filters it correctly.
- Also u should consider using subplots so all Plots are displayed simultaneously because as it is right now I can only see every plot once and than have to query again, because in order to see the next plot I have to close the previous one.
Thats it. I hope I made some good suggestions for u.
Hey Guys
I ran ur code and i encountered the following issues:
Thats it. I hope I made some good suggestions for u.