|
Re: PSYM=10 + POLYFILL = ? [message #65311 is a reply to message #65306] |
Mon, 23 February 2009 12:09  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Feb 23, 2:06 pm, Vince Hradil <vincehra...@gmail.com> wrote:
> On Feb 23, 1:29 pm, Paula <paulartcoe...@gmail.com> wrote:
>
>> hello there,
>
>> many times i like to show x-y plots with PSYM=10, i.e. histogram-like
>> mode. now i have three sets of data to plot together and i want to
>> distinguish one from another with different fillings (cannot
>> distinguish using colors, printing issues).
>
>> I though about using plot + polyfill, but then polyfill won't respect
>> the PSYM=10 mode, and the result is not quite what i want. how can i
>> have a "PLOT, PSYM=10"-like graph with pattern filling???
>
>> thanks for any advice,
>> paula
>
> This should help:http://www.dfanning.com/graphics_tips/histoplot.html
NB: if you use histoplot -
; REQUIRES:
;
; Requires ERROR_MESSAGE and FSC_COLOR from the Coyote Library:
;
; http://www.dfanning.com/programs/error_message.pro
; http://www.dfanning.com/programs/fsc_color.pro
But then you already have those in your library, right?
|
|
|
Re: PSYM=10 + POLYFILL = ? [message #65312 is a reply to message #65311] |
Mon, 23 February 2009 12:06  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Feb 23, 1:29 pm, Paula <paulartcoe...@gmail.com> wrote:
> hello there,
>
> many times i like to show x-y plots with PSYM=10, i.e. histogram-like
> mode. now i have three sets of data to plot together and i want to
> distinguish one from another with different fillings (cannot
> distinguish using colors, printing issues).
>
> I though about using plot + polyfill, but then polyfill won't respect
> the PSYM=10 mode, and the result is not quite what i want. how can i
> have a "PLOT, PSYM=10"-like graph with pattern filling???
>
> thanks for any advice,
> paula
This should help:
http://www.dfanning.com/graphics_tips/histoplot.html
|
|
|