[READ-ONLY] Mirror of https://github.com/jmrplens/SetFigPaper. Function to modify the style of the graphical representations of MATLAB
exchange fontname graphical-representations grayscale interpreter matlab-plot-gallery
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of https://github.com/jmrplens/SetFigPaper

Jose Manuel Requena Plens (May 14, 2020, 11:28 AM +0200) 67378313 76dee705

+1 -1
+1 -1
README.md
··· 31 31 | `Width` | Simple: one integer. With aspect ratio: array with two elements, the width and the aspect ratio. | 32 32 | `FontSize` | The font size in all texts in the figure. | 33 33 | `FontName` | Font family. | 34 - | `Interpreter` | Text interpreter syntax, 'Latex', 'tex' or 'none'. | 34 + | `Interpreter` | Text interpreter syntax, 'Latex', 'tex' or 'none'. If you don't want to modify the `interpreter` the value must be `[]`. | 35 35 | `Grayscale` | Change all colours to grayscale. [boolean] | 36 36 | `LineWidth` | Set line width only for axes, not for data. | 37 37