|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-05-01 19:02:16
|
micmac wrote:
> I want to insert a label that will be situated on top ot the curves of the
> graphs. But for some reasons, if I want the label to appear I need to put it
> before the plot command..in the .plt file.
> but then, of course, the curve is plotted after the label and the curve is
> on the top of the label...
There's nothing "of course" about it. You're mistaking command order
for execution order.
> is there any option to tell the label to be on the top??
Read "help label", and you'll find the options {front | back}.
|