Hello Sander,

you wrote:
> is it possible to change the background for plots made with the extqt
> device? I cannot get it to change by calling either plscol0(0, ...);
> or plscolbg, it remains black.

With the wxwidgets device, I use
    plscol0(0, 255, 255, 255);
    plscol0(15, 0, 0, 0);
    plclear(); /* Apply bg color */
to swap black and white for getting a white background.

Doesn't this work for you?

Robert

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to