-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
logx, logy not applying when datashade=True #187
Comments
Just ran into the same thing, though I would add that on rescaling the log axis with the zoom tool, the points stick to the extents of the range and don't keep their values relative to that axis:
|
This is an issue in HoloViews already: holoviz/holoviews#2195 but once it's supported there we will have to fix it here as well. |
I think we should just expose the axes options on the |
I can't reproduce that so this must have been fixed upstream. The original issue is still there though.
@philippjfr do you mean that the Also given that holoviz/holoviews#2195 is pretty old and hasn't seen any progress, what do you think about hvPlot raising an error when |
I may not remember all the details, but I don't believe that fixing it in hvplot requires solving the underlying HV issue. hvplot can do its own mapping from supplied arguments into arguments for the |
I think I would need more detailed guidance on this. @jlstevens maybe? |
Yes, @jlstevens should be able to give some guidance. A quick check doesn't show any parameters already controlling logx and logy in |
I think I have recently hit this bug where my raw datashader plots were not matching my hvplot plots and I could not figure out why. I am new to the whole stack so I was wondering -- I don't necessarily need interactivity like pan/zoom but I do want things like axes labels and legends for millions of datapoints. Is there a way to get those things by using a different API/layer of the stack? |
When
logx
orlogy
is set it doesn't log the points positions ifdatashade=True
, it just changes the scale on the axis. Here's an example forlogx
:The text was updated successfully, but these errors were encountered: