From: Martin S. <ba...@gm...> - 2008-07-09 11:02:03
|
Hi, I'm having trouble setting the color black on my axis, when I do they just dont show up. I do the following in my code: --------------------------------------------- plscolbg(255, 255, 255) /* define white background */ plinit(); ...[snip]... and then before I set my lables I do: plcol0(0); /* set black axis */ ----------------------------------------------- All other colors works when I set the axis in another color. Suggestions? Best, Martin |