Consider the following MATLAB code:
text(0, 0, 'factory');
xlim([-1, 1]);
ylim([-1, 1]);
The intended goal is to have a figure with the word "factory" in it. No word appears. Now replace the word "factory" by any other word and the above code works as intended. This has been tested with MATLAB 2017b and 2015b
Does anyone know what's going on here?