Skip to content

Consistency of boxplot width #290

@teunbrand

Description

@teunbrand

Compare:

VISUALISE species AS x, bill_len AS y FROM ggsql:penguins
  DRAW boxplot
  DRAW point

with jittered points;

VISUALISE species AS x, bill_len AS y FROM ggsql:penguins
  DRAW boxplot
  DRAW point SETTING position => 'jitter'

And you'll find that the boxplots have become more narrow than you'd expect in the 2nd case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    writerConcerns the writer arm of ggsql.

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions