How to change the position of a single swarm group
问题 I am plotting a grouped bar plot on which I overlay a swarmplot and errorbars. One of the groups only have one bar, which I want to appear (with the swarm and the errorbar) in the middle of the location allocated to this group of bars. I managed to move the bar and the errorbar, but not sure how to move the swarm. Here is the code I have: import seaborn as sns import matplotlib.pyplot as plt mypallet = sns.color_palette([(190/256,7/256, 18/256),(127/256, 127/256, 127/256)]) import itertools