RatioOld = 46 ./ [32 24 21 18 16 14 12];
RatioNew = 56 ./ [34 24 21 18 15 13 11];
Gear = 1:7;
plt(Pvbar(RatioOld,0,Gear),Pvbar(RatioNew,0,Gear),...
'Linewidth',5,'Xlabel','gear ratio','Ylabel','gear number',...
'TraceID',{'stock' 'modified'});
plt cright 0 TGLlogx; % swap x and y axes
You can see that gear one of the modified bike is above the stock gear one, so we are sacrificing about 14% on the low end.
This is a noticeable change but not that significant and the loss is well worth gain on the high end.