Skip to content
Prev 247849 / 398503 Next

puzzled with plotmath II

On 2011-01-20 04:09, Gerrit Eichner wrote:
[snip]

Claudia,
Look for 'comma-separated list' on the help page!!
It will lead you directly to Gerrit's solution.
I would put a space in front of the first 'i' with

  expression(Z[list(~i,i)])

or you can build it all up in pieces:

  expression(Z[~i*","~i])

Peter Ehlers