On Jul 11, 11:19=A0am, merr...@[EMAIL PROTECTED]
(Ethan Merritt) wrote:
> In article
<a6301dbf-963a-422f-a094-d10f58f2d...@[EMAIL PROTECTED]
>,
>
>
>
>
>
> Vick =A0<vparth...@[EMAIL PROTECTED]
> wrote:
> >On Jul 10, 12:17=3DA0pm, merr...@[EMAIL PROTECTED]
wrote:
> >> In article
<75b4a5db-3b19-4068-8945-320d0e050...@[EMAIL PROTECTED]
> >.com>,
>
> >> Vick =3DA0<vparth...@[EMAIL PROTECTED]
> wrote:
>
> >> >Is there a way to plot pattern with a fill color in a histogram?
>
> >> >For example if I would like a bar with color lt rgb "#0000EE" and fs
> >> >pattern 1; can it be done simultaneously in GNUplot? =3DA0Please let
=
me
> >> >know.
>
> >> You can give an explicit fill style and color for each column of
data:
>
> >> =3DA0 =3DA0 set style data histogram
> >> =3DA0 =3DA0 plot 'foo' using 2 lc rgb 'gold' fillstyle solid 1.0
nobor=
der, \
> >> =3DA0 =3DA0 =3DA0 =3DA0 =3DA0 =3DA0 '' using 4 lc rgb 'purple'
fillsty=
le pattern 1
>
> >> There is a minor bug in version 4.2 that makes the command sensitive
t=
o
> >> the order of the plot options; =3DA0you must specify the color first
a=
nd
> >> the fillstyle second.
> >> --
> >> Ethan A Merritt
>
> >Do you know by chance if using color and fs pattern 1 works in the old
> >version. =A0I tried to do it and it doesn't work in my system. =A0Do
you
> >know why?
>
> What is "the old version"?
> And what terminal type are you using?
>
> --
> Ethan A Merritt- Hide quoted text -
>
> - Show quoted text -
On the terminal type, I'm using--
set term postscript eps enhanced color solid font "Arial,14"
The version is 4.2.2...
When I use the 'plot foo.dat' using 2:xtic(1) lc rgb 'purple' fs
pattern 1' -- all i see is a bar with a purple line with no pattern.
Do you know why that would happen?
Thanks a lot for your help.


|