What is wrong with my code?
octave:26> plot([1;2;3;4],[1;8;27;64], 'marker', 'o', 'linestyle', 'none', 'marker', 'o', 'markeredgecolor', 'red', 'markerfacecolor', 'black', 'markersize', 20);
It creates blue empty circles (with a white background in circles).
Version Information: GNU Octave, Version 3.2.4
source share