plot2d gnuplot_preamble




What is the proper syntax to use when the desired gnuplot_preamble text contains quotes?

For example, in gnuplot I would use:

set title "This Is My Plot"

... but if I try this in Maxima:

[gnuplot_preamble "set title "This Is My Plot""]

... it chokes.

And yes, I've spent the past hour searching the doc and help files and I can't figure it out.

It's probably something very obvious, but I'm not getting it.


Thank you.