KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fix_lines.m File Reference

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...
 

Detailed Description

FIX_LINES Improves the line style of eps files generated by print.

Definition in file fix_lines.m.

Function Documentation

function fix_lines (   fname,
  fname2 
)

FIX_LINES Improves the line style of eps files generated by print.

Examples
fix_lines fname fix_lines fname fname2

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.

IN
fname - Name or path of source eps file. fname2 - Name or path of destination eps file. Default: same as fname.

Definition at line 17 of file fix_lines.m.

References t.

Referenced by print2eps().

Here is the caller graph for this function: