Skip to content

Invalid custom axis title position for type='barplot' #423

@lbelzile

Description

@lbelzile

The y-axis label displays on the x-axis instead. This does not depend on the beside argument.

set.seed(2025)
n <- 100L
x <- factor(sample(0:1, size = n, replace = TRUE))
y <- rpois(n, 5)
tinyplot::plt(~ y | x, type = "barplot", beside = TRUE, ylab = "mycaption")

Created on 2025-06-06 with reprex v2.1.1

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