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

An option to output prunned spines individually #30

Open
mcyc opened this issue Jan 30, 2024 · 0 comments
Open

An option to output prunned spines individually #30

mcyc opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mcyc
Copy link
Owner

mcyc commented Jan 30, 2024

It may be good to offer an option to output pruned spine individually on separate images, as opposed to putting them all in one image, like that implemented by following line:

self.spines = np.sum(self.spines, axis=0)

However, it's also worth noting that the current pruning method means the individual gridded spines are unlikely to touch each other, a situation that can create confusion when they are all placed in a single image.

@mcyc mcyc added the enhancement New feature or request label Jan 30, 2024
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

1 participant