Dear Statalisters,
Stata version 13.1. Update status:
The nature of the problem was first posted in this link ( http://www.statalist.org/forums/foru...abels-x-labels ). At first I thought it was a problem specifically with the 'lgraph' program. Now I realize the problem lies with any 'twoway' graph/plots. None of the text size, labels are functioning properly with any of my graphs. See another example here:
See the size and misplaced labels and the size of texts. Nothing is correcting them. I am little horrified as I am quite packed with work. Does anyone have any idea what might be causing this?
Regards,
Stata version 13.1. Update status:
Code:
Update status Last check for updates: 20 Jan 2016 New update available: none (as of 20 Jan 2016) Current update level: 09 Dec 2015 (what's new)
Code:
twoway (scatter cpb time2 if rand==1) || /// (scatter cpb time2 if rand==2), title("Whats happenning",size(large))
See the size and misplaced labels and the size of texts. Nothing is correcting them. I am little horrified as I am quite packed with work. Does anyone have any idea what might be causing this?
Regards,
Comment