Skip to content

boxplot should materialize its channels? #1845

Open
@Fil

Description

@Fil

if we added, say:

  x = valueof(data, x);
  y = valueof(data, y);

then a boxplot of random numbers would be correct. Currently this shows inconsistencies between the different submarks:

export async function boxplotRandom() {
  return Plot.boxX({length: 20}, {x: d3.randomLcg(42), tip: true}).plot({
    style: "overflow: visible;"
  });
}

However it's possible that we would be better off using creator from the pointer-highlight branch to create the box plot as a single mark instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions