r - Enforcing more logarithmic axis ticks under free scales in facet_wrap() of ggplot2 -


apologies not providing data. big, , mock data, wasnt able reproduce problem.

if @ this: enter image description here

you realize facets have no or 1 x-tick. want enforce @ least 2 ticks per facets, though logarithmically scaled. possible?

the graph produced code:

ggplot(data, aes(x = frequency, y = treatment)) +   facet_wrap(~ sg, scale = "free_x") +   geom_point(aes(col = factor(treatment)), shape = "|") +   scale_color_manual(values = somecols, guide=false) +   scale_x_log10()  


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -