|
From: Hans-Bernhard B. <br...@ph...> - 2006-01-16 14:23:48
|
s99...@tu... wrote: > I am plotting multiple datasets from one file, and would like to plot one of > the sets with black lines. How is this possible? Depends ont he terminal driver you're in. Plotting that dataset using options lt -1 or maybe lt -1 lw 0.5 will work on most terminals in all versions of gnuplot. In the CVS version, you can specify the colour more directly. |