| Using MATLAB Graphics | Search  Help Desk |
LineStyleOrder.
There are various ways you can work around this problem:
[MATLAB Settings] section of your MATLAB.INI file:
ThinLineStyles=1
This will result in very thin lines, but the lines will print with the specified styles.
Renderer property to zbuffer:
set(gcf,'Renderer','zbuffer')
This will result in the printed output matching the screen display. See "Selecting the Rendering Method" for more information about z-buffer.