Dear experts,
I am trying to make a scatterplot consisting of 4 groups of dots which make 4 lines. I would like to keep these "lines" as thin as possible so in the scatter definition I indicated the option msize(vtiny). You can see the plot as a first attachment, ds_by_dy.jpg.
The negative side is that in the legend key Stata also plots marker as it is defined in the scatter command, in my situation - very tiny, which is almost impossible to see in the legend. I am sure I can do this using graph editor:
start graph editor -> go to legend dropdown list on the right side of the screen -> click legend -> click key region -> right click key[whichever you need] -> in the key properties window select Size: medium (see attachment #2, lc_ear2).
The question is: how to do this in code? Again: I want only the legend keys to be changed, the ones on the scatterplot must remain very tiny.
Sincerely,
Mik
I am trying to make a scatterplot consisting of 4 groups of dots which make 4 lines. I would like to keep these "lines" as thin as possible so in the scatter definition I indicated the option msize(vtiny). You can see the plot as a first attachment, ds_by_dy.jpg.
The negative side is that in the legend key Stata also plots marker as it is defined in the scatter command, in my situation - very tiny, which is almost impossible to see in the legend. I am sure I can do this using graph editor:
start graph editor -> go to legend dropdown list on the right side of the screen -> click legend -> click key region -> right click key[whichever you need] -> in the key properties window select Size: medium (see attachment #2, lc_ear2).
The question is: how to do this in code? Again: I want only the legend keys to be changed, the ones on the scatterplot must remain very tiny.
Sincerely,
Mik
Comment