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

Update setfigpaper.m

Jose Manuel Requena Plens (May 14, 2020, 11:33 AM +0200) 687888ea 4dc019b1

+2 -2
+2 -2
setfigpaper.m
··· 110 110 aspect = fwidth(2); 111 111 end 112 112 if isempty(type) 113 - notype = 1; 113 + notype = 1; % Unmodified interpreter 114 114 else 115 115 validatestring(type,{'tex','latex','none'}); 116 - notype = 0; 116 + notype = 0; % Modified interpreter 117 117 end 118 118 % Common Colors 119 119 Black = [0 0 0];