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