Announcement

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

  • scheme property for color of background when graphs are combined

    I am trying to write a scheme with white backgrounds. I have tried to make nearly everything white, and almost succeeded. The problem is that when I use "graph combine", the background behind the two graphs is still colored. How do I set this in the scheme file (or in the stata code directly, for that matter?). My current scheme starts with:

    Code:
    #include s2gcolor
    color graph                  white
    color graphregion            white
    color background             white
    color plotregion             white
    color matrix_plotregion      white
    color legend                 white
    color textbox                white
    color bylabel_outline        white
    color foreground              white
    color legend_line             white

  • #2
    Found a solution and had made a rookie mistake. When applying schemes, make sure to apply it to both the graphs you generate, AND the graph combine command as well.

    Comment

    Working...
    X