![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
FIX_LINES Improves the line style of eps files generated by print. More...
Go to the source code of this file.
Functions | |
function | fix_lines (fname, fname2) |
FIX_LINES Improves the line style of eps files generated by print. More... | |
FIX_LINES Improves the line style of eps files generated by print.
Definition in file fix_lines.m.
function fix_lines | ( | fname, | |
fname2 | |||
) |
FIX_LINES Improves the line style of eps files generated by print.
This function improves the style of lines in eps files generated by MATLAB's print function, making them more similar to those seen on screen. Grid lines are also changed from a dashed style to a dotted style, for greater differentiation from dashed lines.
The function also places embedded fonts after the postscript header, in versions of MATLAB which place the fonts first (R2006b and earlier), in order to allow programs such as Ghostscript to find the bounding box information.
Definition at line 17 of file fix_lines.m.
References t.
Referenced by print2eps().