In article
<a6301dbf-963a-422f-a094-d10f58f2d6f7@[EMAIL PROTECTED]
>,
Vick <vparth023@[EMAIL PROTECTED]
> wrote:
>On Jul 10, 12:17=A0pm, merr...@[EMAIL PROTECTED]
wrote:
>> In article
<75b4a5db-3b19-4068-8945-320d0e050...@[EMAIL PROTECTED]
>.com>,
>>
>> Vick =A0<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? =A0Please let me
>> >know.
>>
>> You can give an explicit fill style and color for each column of data:
>>
>> =A0 =A0 set style data histogram
>> =A0 =A0 plot 'foo' using 2 lc rgb 'gold' fillstyle solid 1.0 noborder,
\
>> =A0 =A0 =A0 =A0 =A0 =A0 '' using 4 lc rgb 'purple' fillstyle pattern 1
>>
>> There is a minor bug in version 4.2 that makes the command sensitive to
>> the order of the plot options; =A0you must specify the color first and
>> the fillstyle second.
>> --
>> Ethan A Merritt
>
>Do you know by chance if using color and fs pattern 1 works in the old
>version. I tried to do it and it doesn't work in my system. Do you
>know why?
What is "the old version"?
And what terminal type are you using?
--
Ethan A Merritt


|