|
From: BBands <bb...@gm...> - 2014-01-08 18:09:26
|
Just as the terminals are different in real life, so too are gnuplot's
virtual versions. (This is a feature, not a bug.) It is often the case
that they are somewhat similar, but experience with the different
terminals is the only workaround I know of.
' help set term' will show a list of terminals for your installation.
' help set term png' will show you the capabilities of the png term
Issuing 'test' for a number of different terms will allow your to
compare their renderings.
set term png
set out 'test.png'
test
set out
John
On Wed, Jan 8, 2014 at 8:40 AM, Mahmood Naderan <nt_...@ya...> wrote:
> Hello,
> It seems that the fill patterns quality are changed from one terminal to another. For example the
>
>
> fill pattern 4 lc rgb "black"
>
> on the windows terminal is a thick '\\' shape. However when I set the terminal to
>
>
> set term post eps enhanced color blacktext size 3.2,2.2 solid "Times-Roman" 12
>
> The pattern is thin '\\' shape.
>
> Is there any workaround for that?
|