# Plot bar graphs of select set of pdb codes on two side by side bar graphs. b1 = ax.bar(x+width*.5, noafitt,width, color=cp[1]) b2 = ax.bar(x+width*1.5, afitt,width ...