My error. It's clearly not your problem. I appreciate the debug=1 flag
reminder. It certainly showed me that the gnuplot-py module was feeding
everything to gnuplot appropriately.
So, for the record, if this is the specification:
> set terminal aqua {<n>} {title "<wintitle>"} {size <x> <y>} {fname
> "<fontface>"} {fsize <fontsize>}
Then this is incorrect:
> plotobj('set terminal aqua size 800 450 fname "ComputerModern" fsize
> 16')
And this is correct:
plotobj('set terminal aqua 0 title "MyPlot" size 800 450 fname
"ComputerModern" fsize 16')
Simple. Sorry.
Tom
|