[Solved] ggplot2 remove tick markers from geom_bar facet_wrap
[ad_1] I think this what you want. Having access to your data was really useful. if you look at the structure of your dataset, you will see that Cost is a factor. Just change it to numeric and it will work. it will easier to change your tick if still necessary str(uws) ‘data.frame’: 72 obs. … Read more