Skip to content

theme arg set + legend + grid = FALSE causes plot="n" not to be scaled properly #557

@katrinabrock

Description

@katrinabrock

MRE

tinyplot::tinyplot(
  1:3,
  c(1, 1, 1),
  by = c("a", "a", "a"),
  theme = "default",
  type = "n",
  grid = FALSE
)
tinyplot::tinyplot_add(type = "b")

Expected result

All points plotted

Image

Actual result

Right most point cut off

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions