comparison scripts/testfun/private/compare_plot_demos.m @ 19344:0f9c5a15c8fa

doc: Periodic grammarcheck of documentation. * doc/interpreter/contrib.txi, doc/interpreter/expr.txi, doc/interpreter/func.txi, doc/interpreter/linalg.txi, doc/interpreter/plot.txi, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/profiler.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/utils.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, scripts/general/deal.m, scripts/help/__gripe_missing_component__.m, scripts/miscellaneous/desktop.m, scripts/pkg/private/default_prefix.m, scripts/plot/appearance/__getlegenddata__.m, scripts/plot/util/pan.m, scripts/plot/util/rotate.m, scripts/plot/util/rotate3d.m, scripts/plot/util/zoom.m, scripts/signal/periodogram.m, scripts/specfun/factor.m, scripts/specfun/primes.m, scripts/statistics/base/lscov.m, scripts/testfun/private/compare_plot_demos.m, scripts/testfun/private/dump_demos.m, scripts/testfun/private/html_compare_plot_demos.m, scripts/testfun/test.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 22 Sep 2014 20:46:54 -0700
parents 87324260043d
children 9fc020886ae9
comparison
equal deleted inserted replaced
19343:e09318118fd6 19344:0f9c5a15c8fa
22 ## 22 ##
23 ## Uses @code{dump_demos} and @code{html_compare_plot_demos} to produce an 23 ## Uses @code{dump_demos} and @code{html_compare_plot_demos} to produce an
24 ## html comparison of the plot demos for each of Octave's graphics toolkits. 24 ## html comparison of the plot demos for each of Octave's graphics toolkits.
25 ## 25 ##
26 ## An m-file named @file{dump_plots.m} will be created in the current working 26 ## An m-file named @file{dump_plots.m} will be created in the current working
27 ## directory. This function will be used to render and save the plot demo 27 ## directory. This function will be used to render and save the plot demo
28 ## images. 28 ## images.
29 ## 29 ##
30 ## If they do not already exist, directories for each available graphics 30 ## If they do not already exist, directories for each available graphics
31 ## toolkit are created. Each toolkit's directory will be populated with images 31 ## toolkit are created. Each toolkit's directory will be populated with images
32 ## of each plot demo in the png format. 32 ## of each plot demo in the png format.