Hi,
I upgraded to Stata 17 about 3-4 weeks ago. I have not had any problems with most operations (merging datasets, generating summary statistics, running regressions, etc.). However, I recently tried creating some scatter plots and found that none of the graphing commands seem to be working. Here is example below. I load Stata's automobile dataset, then try to create a scatter plot of price and mpg. In return, I get a lot of "notes" that I cannot decipher. When I was using Stata 16 earlier this year everything worked fine. Has anyone else run into this problem? Is this something I should take to Stata directly?
Sample Output:
(note: named style relative not found in class sizetype, default attributes used)
(note: sizetype not found in scheme, default attributes used)
(note: named style body not found in class textstyle, default attributes used)
(note: named style default not found in class tickstyle, default attributes used)
(note: named style thin not found in class linewidth, default attributes used)
(note: linewidth not found in scheme, default attributes used)
(note: named style medium not found in class linewidth, default attributes used)
(note: linewidth not found in scheme, default attributes used)
(note: named style yes not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style yes not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
Screenshot
I upgraded to Stata 17 about 3-4 weeks ago. I have not had any problems with most operations (merging datasets, generating summary statistics, running regressions, etc.). However, I recently tried creating some scatter plots and found that none of the graphing commands seem to be working. Here is example below. I load Stata's automobile dataset, then try to create a scatter plot of price and mpg. In return, I get a lot of "notes" that I cannot decipher. When I was using Stata 16 earlier this year everything worked fine. Has anyone else run into this problem? Is this something I should take to Stata directly?
Code:
sysuse auto scatter price mpg
Sample Output:
(note: named style relative not found in class sizetype, default attributes used)
(note: sizetype not found in scheme, default attributes used)
(note: named style body not found in class textstyle, default attributes used)
(note: named style default not found in class tickstyle, default attributes used)
(note: named style thin not found in class linewidth, default attributes used)
(note: linewidth not found in scheme, default attributes used)
(note: named style medium not found in class linewidth, default attributes used)
(note: linewidth not found in scheme, default attributes used)
(note: named style yes not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style yes not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style no not found in class yesno, default attributes used)
(note: yesno not found in scheme, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
(note: named style major_horiz_default not found in class ticksetstyle, default attributes used)
Screenshot
Comment