0

I do have a plot and want to close the gaps between row group elements as indicated above: enter image description here

I don't want to change the figsize since it hampers readability. Just need to adjust that white space to my liking. Fiddled with linewidth but no luck. Creating plots with this line:

ax = sns.barplot( y='config', x='value', hue='variable', 
         data=pd.melt(df2, ['config']), orient='h', linewidth=0)
colt.exe
  • 708
  • 8
  • 24

0 Answers0