|
From: Thomas S. <t.s...@fz...> - 2012-10-07 12:47:08
|
"help set terminal fig"
tell you:
Syntax:
set terminal fig {monochrome | color}
...
{solid | dashed}
...
you need to give the appropriate options to get colored
and dashed lines:
set terminal fig color dashed size 5,5
gnuplotUser wrote:
>
> Hello,
>
> I am exporting a plot using fig terminal under multiplot mode. But the
> exported image has only black lines. It works well if I don't use fig
> terminal, but I *do* need to use colored and dashed lines to be exported
> (for further editing on them). Below is snippet from my code.
>
> set term fig size 5 5
> set multiplot
> plot a.dat using 2:1 with lines lc rgb"red";
> set nomultiplot
> unset multiplot
>
> I'm using 4.4 version of gnuplot under Ubuntu Linux.
>> gnuplot --version
> gnuplot 4.4 patchlevel 3
>
>
--
View this message in context: http://old.nabble.com/Can-I-add-color-to-lines-while-using-fig-terminal--tp34523653p34524171.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|