boxplots with scale_y_log10() show transformed values.
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reproducible R example in the issue and review related issue #1088; trace how ggplotly handles boxplot labels after scale_y_log10(). Confirm whether the intended result is showing actual values or suppressing labels, then verify the displayed labels match that decision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100