chikakoと申します。
皆様のご回答大変有難うございます。

with(plots): with(plottools):
p1:=plot(x^2, x = -15..15, y=-15..15,thickness=2, color=green):
 p2:=plot(2*x+1, x = 15.. -15, thickness=3, color=blue):
p3:=plot(12/x, x = 15.. -15, thickness=3, color=blue):
p4:=circle([1, 1], .05, color=red, thickness=3):
p5:=textplot( {[15, 1, `X`], [1,15,`Y`]},font=[HELVETICA,BOLDOBLIQUE,14] ):
# On PCs, go to ^^^^^^ [1.05,.9] #
# p6:=textplot( [2.5, 2, `y = 2 x - 1`], view=[-1..3, -1..4],
font=[TIMES,ITALIC,10]):
display({p1,p2,p3,p4,p5},scaling=constrained);

として上手くいきました。\(^o^)/
後、
第四象限に表示されている「x」が余計なんですがこれを取っ払う事って出来ないん
ですかね。。。
(これで完璧なのに、、、)