dots on dotted lines
dots on dotted lines
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.
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 642 times
-
- FG_Policy_Int.xlsx
- (138.76 KiB) Downloaded 593 times
-
- Cnv_Policy_Int.xlsx
- (137.43 KiB) Downloaded 615 times
-
- IP_INF_same_country_diff_policy.rpf
- (25.57 KiB) Downloaded 598 times
Re: dots on dotted lines
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
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
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.
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
I'm confused. Isn't that basically the same type of graph? Why doesn't style 1 for the two dotted series work?