Question: Plot - labels.

Question:Plot - labels.

Jarekkk 454 Maple

Hello,

can you tell me, please, how I can create labels when plot command (and its labels option) doesn't work?

 

Try these examples:

Ex1:  plot(1/(3+exp(x)), x = 0 .. 10, labels = ["x", "y"]);

Ex2:  plot(1/(3+exp(-x)), x = 0 .. 10, labels = ["x", "y"]);
 

In first case everything is OK, in second "y" label doesn't appear and I can't manage to put it into plot.

Thank you.

 

PS: I'm using Maple 13.

Please Wait...