···3838% SETFIGPAPER('Grayscale',true)
3939% ...
4040%
4141-% EXAMPLES WITH VALUE VALUES ONLY (same examples as above):
4141+% EXAMPLES WITH VALUES ONLY (same examples as above):
4242%
4343% SETFIGPAPER
4444% SETFIGPAPER(20,10,'Helvetica','Latex')
···268268for iaxis=1:length(polaxis)
269269 % Polar Text
270270 set(polaxis(iaxis).ThetaAxis,'fontname',font,'fontsize',fsize,'color',Black);
271271+ if notype == 0
272272+ set(polaxis(iaxis).ThetaAxis.Label,'interpreter',type);
273273+ end
271274 % Radial Text
272275 set(polaxis(iaxis).RAxis,'fontname',font,'fontsize',fsize,'color',Black);
276276+ if notype == 0
277277+ set(polaxis(iaxis).RAxis.Label,'interpreter',type);
278278+ end
273279 % Title
274280 set(polaxis(iaxis).Title,'fontname',font,'fontsize',fsize,'color',Black);
275281 if notype == 0