plot2d gnuplot_preamble



On 2012-12-24, Ether Jones <maxima at etherjones.us> wrote:

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

Escape double quotes with a backslash e.g. "set title \"foo\"" or
enclose title in single quotes e.g. "set title 'foo'". Works both ways
for me.

Hope this helps,

Robert Dodier