Pythonと,その科学計算用ライブラリNumPyのためのグラフ描画ライブラリMatplotlibでグラフを描いてみます.
y=np.arange(0,25)
y=2*x+3
plt.yticks(np.arange(0,25,1))
plt.plot(x,y)
plot([6,6],[0,24])
testx[0,0,6,6]
testy[0,3,15,0]
plt.fill(testx,testy,color="y")
Mathematics is the language with which God has written the universe.