Mercurial > hg > octave-nkf
diff scripts/plot/util/__default_plot_options__.m @ 19705:bf27e21f0bfb
maint: Merge default to temporary audio-gsoc branch.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 31 Dec 2014 14:59:42 -0500 |
parents | 702aa79dc482 |
children | 4197fc428c7d |
line wrap: on
line diff
copy from scripts/plot/private/__default_plot_options__.m copy to scripts/plot/util/__default_plot_options__.m --- a/scripts/plot/private/__default_plot_options__.m +++ b/scripts/plot/util/__default_plot_options__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007-2012 John W. Eaton +## Copyright (C) 2007-2013 John W. Eaton ## ## This file is part of Octave. ## @@ -33,3 +33,13 @@ endfunction + +%!test +%! options = __default_plot_options__ (); +%! assert (isfield (options, "key")); +%! assert (options.key, ""); +%! assert (options.color, []); +%! assert (options.linestyle, []); +%! assert (options.marker, []); +%! assert (options.errorstyle, []); +