|
From: Lars H. <la...@ho...> - 2007-01-29 17:08:38
|
Hello world! > 1. When I use 'postscript' terminal, how can I get a > black background with white lines? I can do it on the > screen but unable to get a postscripy. As far as I know the postscript terminal does not provide this feature directly. I would solve this problem by producing a regular postscript output with the terminal option monochrome (black lines on a white surface), which I then would open in my favourite picture editor (e.g. The Gimp, http://www.gimp.org ) to revert the colors, so that black becomes white and vice versa. Some hints can also be found in gnuplots help, see "help editing postscript". > 2. In windows I do > not succees to control the colors thru gnuplot.ini I suppose, your problem is, that gnuplot under Windows uses wgnuplot.ini for the settings of the colors and other things (notice the w in front). See "help wgnuplot.ini" for more detailled information. Regards Lars |