This is a omission in maxima's documentation: Gnuplot expects labels in
a more TeX-like syntax.

How to assign labels to curves with plot I don't know. With draw it
works the following way:

draw2d(
    key="e^{sin(x)}",grid=true,
    explicit(
        exp(sin(x)),
        x,-10,10
    )
);

Kind regards,
 Gunter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1668392

Title:
  xmaxima plots %e^sin(x) using gnuplot funny

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maxima/+bug/1668392/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to