Power Graph

Published:

I recently purchased a new (pre-owned) car and was amazed at how much power it had. That got me wondering what a graph of the power from all my cars would look like over time. So...

  %%{init: {
  		'theme':'base',
		'xyChart': { 'height': '600', 'width': '900', 
			'xAxis': { 'axisLineWidth': '4', 'labelFontSize': '24', 'labelPadding': '20', 'tickLength': '30' },
			'yAxis': { 'axisLineWidth': '4', 'labelFontSize': '20', 'labelPadding': '20', 'tickLength': '10' }  },
  		'themeVariables': { 'textColor': '#124d6b', 
  			'xyChart': { 'backgroundColor': '#d5dee0', 'titleColor': '#124d6b', 'xAxisLabelColor': '#124d6b', 'yAxisLabelColor': '#124d6b', 'xAxisLineColor': '#124d6b', 'yAxisLineColor': '#124d6b', 'xAxisTickColor': '#124d6b', 'yAxisTickColor': '#124d6b', 'plotColorPalette': '#1278ab, #990000', 'plotReservedSpacePercent': '90'
			  } 
		} 
	}
}%%
  xychart-beta
  	x-axis ["'89","'91","'93","'95","'97","'99","'01","'03","'05","'07","'09","'11","'13","'15","'17","'19","'21","'23","'25"]
  	y-axis " 
	  " 1 --> 380
  	bar [0,52,52,0,70,0,143,143,143,115,115,115,197,197,197,187,187,187,365]
  	line [0,39,39,0,85,0,111,111,111,104,104,104,166,166,166,236,236,236,309]

The bars are Horsepower, and the line is Torque (lbs/ft).

I've excluded details about the particular cars to make sure I'm not giving away to much PII, but I will say that the first car was a Geo Metro that I bought after a summer job. It had a measly 52 hoursepower and only 39 lbs/ft of torque.

The new car has a 365 horsepower and 309 lbs/ft of torque. A 700% increase in horsepower and a 800% in torque! No wonder I was amazed.