We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
As of plot v0.6.7, this code no longer works:
v0.6.7
Plot.plot({ marks: [ Plot.line( data, Plot.windowY( { k: 4, anchor: "end", reduce: "median" }, { x: "date", y: "cat" } ) ) ] })
mean works while median, variance and others don't.
mean
median
variance
Example notebook: https://observablehq.com/d/1a581f1609384865
Perhaps I'm holding it wrong, but the docs look borked too:
The text was updated successfully, but these errors were encountered:
Thanks for the report! We will investigate.
Sorry, something went wrong.
The fix is merged in main, and will be in the next release. The documentation is fixed already :) Thank you!
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
As of plot
v0.6.7
, this code no longer works:mean
works whilemedian
,variance
and others don't.Example notebook: https://observablehq.com/d/1a581f1609384865
Perhaps I'm holding it wrong, but the docs look borked too:
The text was updated successfully, but these errors were encountered: