Replies: 1 comment 1 reply
-
Is this an issue with Vega-Lite |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is an followup from the discussion of this Atlair discussion thread: vega/altair#2947
In summary, there seems to be a mismatch between the documentation and the results we are getting from Altair/vega-lite. Here is a minimum example to reproduce the problem (credit: @ChristopherDavisUCI).
The x variable is missing the value corresponding to
t=3
and the y variable is missing the value corresponding tot=1
. With"frame": [-1, 1]
and"method": "mean"
, we are expectingx=4.5
att=3
andy=2.5
att=1
. However, this is not the case as shown in the result plot (which indicatesx=4
andy=3
). Any insight as to why this is the case will be very helpful!Beta Was this translation helpful? Give feedback.
All reactions