draw



Hi Adam,
you wrote on Sun, 29 Jun 2008 :

>How to change backgroud color in
> gnuplot terminal using draw package  ? 
>Like
>gnuplot*background: white
-----------------------------
This may not be what you are trying
to do but you get a light gray canvas
with colored curves on top:

draw2d( yrange=[-3,3],
   fill_color=light-gray, rectangle([-3,-3],[3,3]),
   color=red, line_width=5, explicit(x^3,x,-3,3),
   color = blue, explicit(sin(4*x),x,-3,3) );
---------------
best,
ted woollett