Announcement

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

  • no more colors for plottig (blindscheme scheme)?

    Hi,

    I was wondering if you have the same problem as me with the beloved blindscheme scheme from Daniel Bishof. Since Stata 18, none of the colors are recognized and graphs appear in black and white. A mininim example below:
    Code:
    cap ssc install blindscheme
    use https://www.stata-press.com/data/r18/nlswork, clear
    reg ln_wage grade if union==1
    estimates store u0
    reg ln_wage grade if union==0
    estimates store u1
    coefplot (u0) (u1), scheme(plottig)
    I get the following note:
    HTML Code:
    (note:  named style plb1 not found in class color, default attributes used)
    and a graph only in black and white.


    I have tried to set stata to an earlier version to no avail. Do you get the same outcome?
Working...
X