Skip to content
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

Visualization of Actigraphy data #122

Open
loukasilias opened this issue Mar 24, 2023 · 1 comment
Open

Visualization of Actigraphy data #122

loukasilias opened this issue Mar 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@loukasilias
Copy link

Hello,

In the current tutorials/implementations, all the days are visualized in one diagram.
Could I visualize one day per diagram?
I mean something like this: https://s3.amazonaws.com/actigraphcorp.com/wp-content/uploads/2018/02/19210723/screenshot-al-inclineview-v5.png

Thank you.
Best regards,
Loukas

@ghammad
Copy link
Owner

ghammad commented Mar 29, 2023

Hello @loukasilias

Indeed, having access to a real actogram visualisation would be nice.

At first, I did not want to develop visualisation function for pyActigraphy because I did not want to tie the package to a specific plotting package and let the users decide which one they'd like to use.

However, visualisation is an important part of the analysis process.

Therefore, I started to develop some helper functions for the plotly package. The code is available in the 'feature/viz' branch: https://github.com/ghammad/pyActigraphy/tree/feature/viz

Hopefully,this dev will be part of the next release. For the moment, I can only advice you to 'borrow' the code from this branch: https://github.com/ghammad/pyActigraphy/blob/feature/viz/pyActigraphy/viz/viz.py#L22

Hope that helps.

Cheers,

Greg

@ghammad ghammad added the enhancement New feature or request label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants