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

Pass additional operation parameters through rasterize #4077

Closed
jlstevens opened this issue Oct 28, 2019 · 2 comments
Closed

Pass additional operation parameters through rasterize #4077

jlstevens opened this issue Oct 28, 2019 · 2 comments
Labels
type: feature A major new feature
Milestone

Comments

@jlstevens
Copy link
Contributor

Currently, rasterize is one of the main entry points to datashading in HoloViews that supports many element types. Some of the rasterizers for specific element types have additional parameters that you may want to specific when calling rasterize: for instance regrid has an upsample parameter you may want to specify (when rasterizing from an Image to another regridded Image).

It would be helpful if additional parameters are passed through rasterize to the dispatched functions to avoid having to invoke the specific function explicitly.

@jlstevens jlstevens added the type: feature A major new feature label Oct 28, 2019
@philippjfr philippjfr added this to the v1.13.0 milestone Jan 24, 2020
@philippjfr
Copy link
Member

This was implemented.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature A major new feature
Projects
None yet
Development

No branches or pull requests

2 participants