From: <ste...@ks...> - 2002-07-25 12:11:25
|
Hello, I just started using plplot for my project and I really like it so far. I'm writing some code in C which uses the plplot-lib. But two small(??) problems occured: 1. I didn't find out how to set the size of the output-graphics. It's always 640x480 pixel (pbm). I already tried --geometrie and plspage, but both with no success. 2. Since I want a graphics black on white background I've tried to set the backround-color using 'plscolbg(0xFF,0xFF,0xFF);', but the result is still white on black background. Anyone here got an idea how to solve my two problems ?? Thanks in advance, Stefan |