Introduce a break in a dotplot axis

Hi everyone !

I try to introduce a break in the y axis of my dotplot, because my data are too far apart (depending on categories) and difficult to correctly visualized.. For exemple, I would like that the graduation start from 0, go to 0.05 then be interrupt between 0.06 to 0.2 then be normal from 0.2 again.

Is there a argument/option to cut the axis with ggplot please ?

Thanks in advance

This is not possible to do with ggplot2 but maybe you could consider adding facets by each category instead.

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.