Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Modify color outside values

    Good morning

    I am using stata 14 and the following code to graph three boxplots. I have changed the color of the boxes for grey but the diamonds for the ouside values are still colored (with default color chosen by stata). How can I modify the colors of the diamonds showing the outside values ?

    graph hbox CS_MO1 CS_MO2 CS_MO3, yscale(range(-75 75)) ylabel(#20) legend(rows(1)) graphregion(margin(zero) ifcolor(white) lcolor(white)) box(1,color(gs5)) box(2,color(gs0)) box(3,color(gs10))


    Many thanks
    Click image for larger version

Name:	CSMO1MO2MO3.png
Views:	1
Size:	22.6 KB
ID:	1553303

    Marianne

  • #2

    marker(#, marker_options marker_label_options) specifies the marker and label to be used to display the outside values. See [G-3] marker_options and [G-3] marker_label_options.


    Comment

    Working...
    X