1 %> @brief Visualization - All curves in dataset
5 %> This
property is not editable in the GUI
7 %> =0 If 0, will use one color inside the COLORS global per
class.
8 %> If 1, will use one color inside the COLORS global per data row
9 flag_color_per_row = 0;
14 o.classtitle = 'All curves in dataset';
20 methods(Access=protected)
21 function out = do_use(o, obj)
23 data_draw(obj, o.flag_pieces, o.flag_color_per_row);
Visualization - All curves in dataset.
Visualization base class.
function plot_curve_pieces(in x, in y, in varargin)
function data_draw(in data, in flag_pieces, in flag_color_per_row)
function set_title(in s, in obj)