IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
bmart_square.m
Go to the documentation of this file.
1 %> @brief Art stuff
2 %> @ingroup graphicsapi
3 %>
4 %> @sa bmtable
5 classdef bmart_square < bmart
6  methods
7  function o = bmart_square(o)
8  o.classtitle = 'Green Square';
9  o.marker = 's';
10  o.markerscale = 1;
11  o.color = [0.1059 0.6196 0.4667];
12  end;
13  end;
14 end
Art stuff.
Definition: bmart_square.m:5
Art stuff for BioMarker Tables.
Definition: bmart.m:5
BioMarker Table.
Definition: bmtable.m:22