plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

ggplotly: dynamicTicks=TRUE with scale_*_log10()

Open Hoeze opened this issue 8 years ago • 5 comments

When using ggplotly with a log-scale plot, the tick labels will be the exponent, not the actual value.

df = data.frame(x=10^(1:10), y = 10^(1:10))
plot = ggplot(df, aes(x, y)) + geom_line() + scale_x_log10() + scale_y_log10()
plot
ggplotly(plot, dynamicTicks=T)

Hoeze avatar Jul 28 '17 19:07 Hoeze

Hi,

I have the same problem. Any update in this bug?

Thank you very much!

alfonsosaera avatar Jun 09 '20 16:06 alfonsosaera

Hi @cpsievert , sorry for my insistence. Any news about this issue? Thanks

alfonsosaera avatar Jul 03 '20 09:07 alfonsosaera

This is still an issue... Any news on this?

Lupus avatar Feb 03 '21 19:02 Lupus

I also still have this issue. Did anyone find a workaround for this?

splendiduser avatar Jul 24 '23 13:07 splendiduser