Skip to content

boxplots with scale_y_log10() show transformed values. #2306

Open
@mjdzr

Description

@mjdzr

This is probably very similar to #1088 but dynamicTicks is not the problem. It's a simple boxplot with scale_y_log10() that shows scaled values instead of actual value. If it's not resolved yet, is it possible to not show boxplot labels at all?

Thanks a lot!

g <- ggplot(iris,aes(x = Species, y = Sepal.Length, fill = Species)) + 
  geom_boxplot(outlier.shape = NA) + 
  scale_y_log10()

ggplotly(g)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions