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

Drawing isochronal lines #16

Open
drsewilliams opened this issue Jan 26, 2021 · 0 comments
Open

Drawing isochronal lines #16

drsewilliams opened this issue Jan 26, 2021 · 0 comments
Labels
enhancement New feature or request project-Visualisation Label for the Visualisation project

Comments

@drsewilliams
Copy link
Member

Rainbow colour scales have several limitations. It would be helpful to add the functionality to draw isochronal activation lines. This should probably be created as a standalone function.

Functions such as drawMap.m could then have an additional parameter-value pair such as 'isochronal' {'false'} | true. If set to true, after drawing the map the isochronal function could be called to add the isochronal lines.

Possible header:

drawIsochronalLines(userdata, type, options)

userdata - userdata structure
type - 'uni' | 'bip' | 'lat' | 'cv'
options - a structure describing the lines, for example options.min, options.max, options.interval
@drsewilliams drsewilliams added the project-Visualisation Label for the Visualisation project label Jan 26, 2021
@drsewilliams drsewilliams added the enhancement New feature or request label Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request project-Visualisation Label for the Visualisation project
Projects
None yet
Development

No branches or pull requests

1 participant