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:
I get the following note:
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?
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)
HTML Code:
(note: named style plb1 not found in class color, default attributes used)
I have tried to set stata to an earlier version to no avail. Do you get the same outcome?