Skip to content
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

An x-only plot should be taller if there’s an x-facet. #125

Closed
mbostock opened this issue Feb 12, 2021 · 0 comments · Fixed by #270
Closed

An x-only plot should be taller if there’s an x-facet. #125

mbostock opened this issue Feb 12, 2021 · 0 comments · Fixed by #270
Assignees
Labels
bug Something isn’t working

Comments

@mbostock
Copy link
Member

mbostock commented Feb 12, 2021

E.g., https://next.observablehq.com/d/8cb4a2e9cac23772

Plot.plot({
  grid: true,
  x: {
    domain: [0, 1]
  },
  facet: {
    data: "ABCDEF",
    x: d => d
  },
  marks: [
    Plot.frame()
  ]
})
@mbostock mbostock added the bug Something isn’t working label Feb 24, 2021
@mbostock mbostock added this to the Friends Preview milestone Feb 24, 2021
@Fil Fil self-assigned this Mar 3, 2021
@mbostock mbostock removed this from the Friends Preview milestone Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
2 participants