IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
bmart_pentagram.m
Go to the documentation of this file.
1
%> @brief Art stuff
2
%> @ingroup graphicsapi
3
%>
4
%> @sa
bmtable
5
classdef
bmart_pentagram
<
bmart
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
bmart
Art stuff for BioMarker Tables.
Definition:
bmart.m:5
bmart_pentagram
Art stuff.
Definition:
bmart_pentagram.m:5
bmtable
BioMarker Table.
Definition:
bmtable.m:22
m
misc
graphicsapi
bmart_pentagram.m
Generated on Tue May 19 2015 20:46:04 for IRootLab by
1.8.9.1