<>
*************
sysuse auto, clear
graph dot mpg turn, over(rep78) name(dot1, replace)
gr_edit plotregion1.GraphEdit, cmd(_set_graphstyle_remake gap neg75pct)
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Friedrich
Huebler
Gesendet: Montag, 2. November 2009 18:05
An: [email protected]
Betreff: st: Gap between lines in dot plot
How can the lines in a dot plot with over() be moved closer together?
The gap() option has no effect.
. sysuse auto
. graph dot mpg turn, over(rep78) name(dot1)
. graph dot mpg turn, over(rep78, gap(*.5)) name(dot2)
I expected the lines in the second graph to be closer together but
both graphs look the same.
Friedrich
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/