鴻池です。

"cchikakoo" <cchikakoo@yahoo.co.jp> wrote in message
news:cpn2ld$t5g$1@zzr.yamada.gr.jp...
> chakkosと申します。Win2kでMaple7の環境です。
> (Mapleにテキストボックスがあれば便利だと思うのですが無いんですかね)

Mapleは使ったこと無いので見当違いのことを書いているかも知れませんが,
下記の

http://www.indiana.edu/~statmath/math/maple/plotting/index.html

に以下のようながあり,その下にそのグラフが表示されておりますが

 with(plots): with(plottools):
> p1:=plot(x^2, x = -1..2, thickness=2, color=green):
p2:=plot(2*x-1, x = .25 .. 1.75, thickness=3, color=blue):
p3:=circle([1, 1], .05, color=red, thickness=3):
p4:=textplot( [2, .25, `Slope = 2`], font=[HELVETICA,BOLDOBLIQUE,14] ):
p5:=arrow([1.65,.5],[-.5,.4],.05,.2,.2, color=red):
# 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);

これを見るとテキストボックスに相当するのが,textplotのように思いますが?

また,

http://www.indiana.edu/~statmath/math/maple/gettingstarted/1.html#1a

ウィンドウズでも基本的は同じとかあるので,上のも動作するのではと思いますが。
(英語版と日本語版の違いはあるかも知れませんが。でもなんせ使ったことない物について
書いているので,間違ってたらすいません。)