I draw a horizontal frame in MATLAB - boxplot(y, group,'orientation','horizontal')and then straighten the y axis with set(gca,'box','off','ycolor','w').
It looks great on the screen - only the bottom X axis is visible. But whenever I save a digit to a file using either the function print()or matlabfrag.m, the left y axis appears again in the output file (although it does not appear in the MATLAB visualization of the figure).
How can I hide this y axis?
source
share