1 %> @brief Draws plot from a sovalues
object
4 %> ={[Inf, 0, 0], [1, 2]}
6 dimspec = {[Inf, 0, 0], [1, 2]};
9 valuesfieldname =
'rates';
35 o.inputclass =
'sovalues';
40 methods(Access=
protected)
41 function out = do_use(o, r)
45 p.flag_hachure = o.flag_hachure;
46 [p.values, p.ax] = sovalues.get_vv_aa(r.values, r.ax, o.dimspec);
50 if o.flag_star && ~isempty(ch)
51 %> Finds the "best" (x's) to put stars on
53 for i = 1:size(p.values, 2);
54 temp = ch.use(p.values(:, i));
60 p.
draw_plot(o.valuesfieldname, o.flag_legend, o.ylimits, o.xticks, o.xticklabels, star_ii);
Draws plot from a sovalues object.
function draw_plot(in o, in name, in flag_legend, in ylimits, in xticks, in xticklabels, in star_ii)
Visualization base class.
Property classtitle
Class Title. Should have a descriptive name, as short as possible.