Skip to content

If an ordinal domain is specified, any corresponding values that are not in the domain should be considered undefined. #52

@mbostock

Description

@mbostock

For example,

Plot.plot({
  x: {
    domain: "AEIOU"
  },
  y: {
    grid: true
  },
  marks: [
    Plot.barY(alphabet, {x: "letter", y: "frequency"}),
    Plot.ruleY([0])
  ]
})

Expected
Screen Shot 2020-12-15 at 2 24 48 PM

Actual
Screen Shot 2020-12-15 at 2 24 23 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn’t working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions