Announcement

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

  • Personal .ado scheme modification

    Hello,

    I have access to a personal Stata scheme that I would like to modify. I would like to change the scheme so that markers in scatter plots are circles. Does anyone know the correct way to modify this? I have tried several things with no luck. Please see code below:


    #include s2mono

    linestyle legend none
    linestyle plotregion none

    linewidth graphregion vvthick

    color plotregion white
    color graphregion white
    color background white
    color box white

    yesno draw_major_vgrid no

    margin plotregion zero

  • #2
    Have you tried to use brewscheme?It was designed to solve exactly the problem that you are dealing with.

    Comment

    Working...
    X