Page 1 of 1

dots on dotted lines

Posted: Tue Oct 15, 2024 9:41 am
by msrahman
Hello,

In the attached file, I am trying to generate graphs that include dots (small circles) on dotted lines. How can I darken these dots to make these more visible on dotted lines?

Sincerely,
Sajjadur.

Re: dots on dotted lines

Posted: Tue Oct 15, 2024 11:51 am
by TomDoan
Given that the dots are going over the lines, just use style 1 (100% black) on the dots all the way through.

graph(style=line,patterns,header="Brazil",overlay=dots,ovsamescale,ovcount=3) 6
# BR_CNV_IP
# BR_UCNV_IP
# BR_FG_IP
# BR_CNV_IP_S / 1
# BR_UCNV_IP_S / 1
# BR_FG_IP_S / 1

Re: dots on dotted lines

Posted: Wed Oct 16, 2024 3:30 pm
by msrahman
But in some cases we do not have any dots for the lines as you see bellow:
graph(style=line,patterns,overlay=dots,header="South Africa",ovsamescale,ovcount=2) 5
# SA_CNV_IP
# SA_UCNV_IP
# SA_FG_IP
# SA_UCNV_IP_S / 2
# SA_FG_IP_S / 3

What do we do in that case?

Sincerely,
Sajjadur.

Re: dots on dotted lines

Posted: Wed Oct 16, 2024 7:42 pm
by TomDoan
I'm confused. Isn't that basically the same type of graph? Why doesn't style 1 for the two dotted series work?