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

Way to get log axes with datashader dsshow and matplotlib #1087

Open
rotheconrad opened this issue May 19, 2022 · 1 comment
Open

Way to get log axes with datashader dsshow and matplotlib #1087

rotheconrad opened this issue May 19, 2022 · 1 comment
Milestone

Comments

@rotheconrad
Copy link

Is your feature request related to a problem? Please describe.

I cannot find a way to get dsshow to return the points with a log axis or convert them to a log axis with matplotlib.

Describe the solution you'd like

Better documentation with instructions or feature addition if it is not currently doable.

Describe alternatives you've considered

dsshow doesn't appear to be fully linked to other datashader functionality. Matplotlib controls do not work to manipulate the object returned by dsshow.

Additional context

I believe this doesn't depend on versions or any other context.

@jbednar
Copy link
Member

jbednar commented May 21, 2022

Good point. Setting it up on the Datashader side should just require passing x_axis_type='log' and/or y_axis_type='log'when creating the Canvas in datashader.mpl_ext.DSArtist.aggregate. I don't know what's required on the Matplotlib side, though. @nvictus or @tacaswell ?

Matplotlib controls do not work to manipulate the object returned by dsshow.

Can you be more specific and provide examples? I'm not sure what's missing here.

@jbednar jbednar added this to the wishlist milestone May 21, 2022
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

2 participants