Hi, PPL color changes the color for any of the defined "pen" numbers in Ferret. Pen 1 is the one used for axis lines and letters, so if you change the color for pen 1, you'll change that color too. If you have just one line to plot and you want to change its color, you redefine a different pen number, and tell Ferret to use that pen. yes? ppl color,2,70,70,70 ! make pen 2 a gray lineOf course if you're happy with one of the pre-defined colors, you can do it even more simply, yes? plot/color=green/thick var Ansley On 8/26/2013 1:58 AM, golla
nageswararao wrote:
Hi all, Using PPl color is changing the color of the axis as well as the font. I want only the line plot to change the color but not the axis and fonts. How can I control these two? Thanks in advance |