dots on dotted lines

For questions and discussion related to graphs, reports, and other output, including issues related to presenting or publishing results.
msrahman
Posts: 53
Joined: Wed Oct 31, 2012 2:32 pm

dots on dotted lines

Unread post 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.
Attachments
Ucnv_Policy_Int.xlsx
(137.03 KiB) Downloaded 639 times
FG_Policy_Int.xlsx
(138.76 KiB) Downloaded 586 times
Cnv_Policy_Int.xlsx
(137.43 KiB) Downloaded 614 times
IP_INF_same_country_diff_policy.rpf
(25.57 KiB) Downloaded 594 times
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: dots on dotted lines

Unread post 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
msrahman
Posts: 53
Joined: Wed Oct 31, 2012 2:32 pm

Re: dots on dotted lines

Unread post 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.
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: dots on dotted lines

Unread post 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?
Post Reply