comparison scripts/plot/module.mk @ 17404:5e552cd9315a

Overhaul scatter family of functions * scripts/plot/module.mk: Remove unused function __color_str_rgb__.m from build. * scripts/plot/private/__color_str_rgb__.m: Remove unnecessary function. * scripts/plot/scatter.m: Put input validation first. Adjust indentation. * scripts/plot/scatter3.m: Put input validation first. Adjust indentation. Use htmp instead of tmp for temporary graphics handle. * scripts/plot/private/__scatter__.m: Update "markeredgecolor" in child patch objects when same property is updated in hggroup. Accept "fill" for "filled" for Matlab compatibility. Remove call to __color_str_rgb__. Don't bother saving graphics handle from __go_patch__ since it is never used. Use cellfun instead of for loop for input processing.
author Rik <rik@octave.org>
date Tue, 10 Sep 2013 16:31:34 -0700
parents bcada0a4f8a7
children
comparison
equal deleted inserted replaced
17403:db8b90a56298 17404:5e552cd9315a
11 plot/private/__add_default_menu__.m \ 11 plot/private/__add_default_menu__.m \
12 plot/private/__axes_limits__.m \ 12 plot/private/__axes_limits__.m \
13 plot/private/__axis_label__.m \ 13 plot/private/__axis_label__.m \
14 plot/private/__bar__.m \ 14 plot/private/__bar__.m \
15 plot/private/__clabel__.m \ 15 plot/private/__clabel__.m \
16 plot/private/__color_str_rgb__.m \
17 plot/private/__contour__.m \ 16 plot/private/__contour__.m \
18 plot/private/__default_plot_options__.m \ 17 plot/private/__default_plot_options__.m \
19 plot/private/__errcomm__.m \ 18 plot/private/__errcomm__.m \
20 plot/private/__errplot__.m \ 19 plot/private/__errplot__.m \
21 plot/private/__ezplot__.m \ 20 plot/private/__ezplot__.m \