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

thick datashader lines #3549

Closed
pjvalla opened this issue Mar 9, 2019 · 3 comments
Closed

thick datashader lines #3549

pjvalla opened this issue Mar 9, 2019 · 3 comments

Comments

@pjvalla
Copy link

pjvalla commented Mar 9, 2019

Working with a large dataset and using holoviews with datashader.

The code below is taking a holoviews curve and then datashading followed by dynamic spreading.

dynspread(datashade(real_curve, cmap='blue', normalization='linear', min_alpha=100), max_px=1)

It results in the plot below. Is there a way to effectively control the line thickness. I understand that after datashading it is effectively an image. Just trying to make the plot a bit more pleasing to the eye.

Selection_011

@jbednar
Copy link
Member

jbednar commented Mar 9, 2019

In this particular case you might try reducing the maximum spreading, but in general we'd have to implement something like holoviz/datashader#623 , which will be a good bit of work and is not currently funded or planned soon.

@pjvalla
Copy link
Author

pjvalla commented Mar 9, 2019

Thanks for the quick response.

@philippjfr
Copy link
Member

Usage question and any improvement here wouldn't happen in HoloViews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants