comparison scripts/plot/util/private/__gnuplot_draw_axes__.m @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 00f796120a6d
children c20b7290c778 6628a284d56d
comparison
equal deleted inserted replaced
27950:19878c3adac3 27956:2310164737b3
907 endif 907 endif
908 908
909 if (isfield (obj, "edgecolor")) 909 if (isfield (obj, "edgecolor"))
910 ## FIXME: This is the wrong thing to do as edgecolor, 910 ## FIXME: This is the wrong thing to do as edgecolor,
911 ## markeredgecolor and markerfacecolor can have different values 911 ## markeredgecolor and markerfacecolor can have different values
912 ## and we should treat them seperately. However, the code below 912 ## and we should treat them separately. However, the code below
913 ## allows the scatter functions to work as expected, where only 913 ## allows the scatter functions to work as expected, where only
914 ## one of these values is set. 914 ## one of these values is set.
915 if (strcmp (obj.edgecolor, "none")) 915 if (strcmp (obj.edgecolor, "none"))
916 if (strcmp (obj.markeredgecolor, "none")) 916 if (strcmp (obj.markeredgecolor, "none"))
917 ec = obj.markerfacecolor; 917 ec = obj.markerfacecolor;