We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g., https://observablehq.com/d/748823354c2435e1
Plot.plot({ x: { domain: [0, 24] }, marks: [ Plot.rectY( data, Plot.binX( { y: "count" }, { x: (d) => d.timestamp.getHours(), thresholds: d3.range(1, 24) } ) ) ] })
The text was updated successfully, but these errors were encountered:
It’s not a bug. You have to specify the domain explicitly or there’s no way to know how big the last bin should be.
Sorry, something went wrong.
No branches or pull requests
E.g., https://observablehq.com/d/748823354c2435e1
The text was updated successfully, but these errors were encountered: