You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising!
The latest version of Altair compiles to Vega-lite 5.17, but the latest Vega-lite version is 5.19.
So this behavior might be a potential regression introduced in VL version 5.18 or 5.19. I say potential, because I'm not sure if it was intentional.
Personally, I'm fine with a default for log-scales (1 it seems), just as linear-scales have a default (0).
It is something we need to be aware of when upgrading, but it is not something we control.
So your current issue at the VL repository is the appropriate place to raise this issue.
What happened?
I have this altair code that produces a working chart, but the generate vega-lite spec does not render correctly.
For example, here is a reproduction: https://marimo.app/l/nhwpi8
But the produced vega playground, that can be found here, does not render properly with log scale.
I have filed an issue on vega-lite, but this seems to be downstream: vega/vega-lite#9373
What would you like to happen instead?
The produced vega-lite code matches the rendered chart.
Which version of Altair are you using?
5.3.0
The text was updated successfully, but these errors were encountered: