IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
bmart_pentagram.m
Go to the documentation of this file.
1 %> @brief Art stuff
2 %> @ingroup graphicsapi
3 %>
4 %> @sa bmtable
6  methods
7  function o = bmart_pentagram(o)
8  o.classtitle = 'Purple Pentagram';
9  o.marker = 'p';
10  o.markerscale = 1.67;
11  o.color = [0.4588 0.4392 0.7020];
12  end;
13  end;
14 end
Art stuff for BioMarker Tables.
Definition: bmart.m:5
Art stuff.
BioMarker Table.
Definition: bmtable.m:22