Hello list readers.
I'm constructing a dot chart in Stata using the graph dot command. I'd like to be able to edit
individual markers, so as to change their size, colour, as appropriate. However if I change one, all change. The following example is taken from the auto data often used for illustration purposes.
sysuse auto, clear
graph dot (count), over(rep78) over(foreign)
Is it possible to edit individual markers, or will I have to construct the graph differently? Thank you for any advice you can offer.
Related Posts with Editing individual markers in graph dot
Semiparametric Difference-in-DifferencesHi Any suggestions on how to implement Semiparametric DID for repeated cross-section datasets? STA…
How to amalgamate multiple observations for a single patients into one observationHi, I am sure this problem has been discussed before, but I just cannot find the solution to my prob…
Creating an indicator variable using the cond() functionI would like to categorise a variable into seven categories based on specific definitions. The categ…
Problem with merging data files into one fileHi everyone, i am preparing a panel dataset to run analysis for my research project. The data files …
reshaping a dataset for a discrete choice model/conditional logit?Hey folks. I have data from a survey in which I ask each respondent to complete two discrete choice …
Subscribe to:
Post Comments (Atom)
0 Response to Editing individual markers in graph dot
Post a Comment