comparison scripts/plot/util/print.m @ 28082:8ddecbd15a88 stable

doc: Add "savefig" to @seealso list for print(). print.m: Add "savefig" to @seealso list.
author Rik <rik@octave.org>
date Mon, 17 Feb 2020 17:23:53 -0800
parents ab22056e8c1f
children 5624fd0c5efb
comparison
equal deleted inserted replaced
28081:9291de57bcfe 28082:8ddecbd15a88
407 ## anti-aliasing is applied using Ghostscript's TextAlphaBits and 407 ## anti-aliasing is applied using Ghostscript's TextAlphaBits and
408 ## GraphicsAlphaBits options. The default number of bits are 4 and 1 408 ## GraphicsAlphaBits options. The default number of bits are 4 and 1
409 ## respectively. Allowed values for @var{N} are 1, 2, or 4. 409 ## respectively. Allowed values for @var{N} are 1, 2, or 4.
410 ## @end table 410 ## @end table
411 ## 411 ##
412 ## @seealso{saveas, hgsave, getframe, orient, figure} 412 ## @seealso{saveas, getframe, savefig, hgsave, orient, figure}
413 ## @end deftypefn 413 ## @end deftypefn
414 414
415 function rgbout = print (varargin) 415 function rgbout = print (varargin)
416 416
417 opts = __print_parse_opts__ (varargin{:}); 417 opts = __print_parse_opts__ (varargin{:});