So, I have several boxplots, where we're doing pairwise comparisons. My supervisors wants me to draw data points on the boxplots (sure), and since we're comparing pairwise, she wants me to use a different symbol for each replicate. I.e. sample 1 is a circle in every box plot, sample 2 is a square, sample 3 is a triangle and so on. So that it's easy to visually see which replicates went up or down etc. between treatments.
Problem: I have just *slightly *too many replicates to get a good selection of symbols. I'd rather not mixed filled symbols like pch 15 and line symbols like pch 8 in the same graph, it looks weird and makes some much more visible than others.
Is there some way to get more symbol shapes? A library, a way to draw my own, anything? Some googling hasn't thrown up anything useful.
So far, I've plotted different versions to see what they would look like, spent some time on google, tried to find helpful packages and libraries. Even tried just swapping in my own symbols in inkscape post-hoc, but that was annoyingly work-intensive.