% PLOT_PROPERTIES is a list of properties for plots

(a) To display the property list [ in (d) below] with respect to a given plot, 
    be sure the plot is open, and use the command:

>> get(gca)

This will display all current properties of the plot.

(b) To set a property such as making a font bold use the pair

  ..,'FontWeight','bold',...
     
  in the list of properties for a label (such as xlabel)
  
(c) To clear a current figure use the command 'clf'.
  


(d) PROPERTY LIST

	AmbientLightColor = [1 1 1]
	Box = on
	CameraPosition = [0.125 0.55 17.3205]
	CameraPositionMode = auto
	CameraTarget = [0.125 0.55 0]
	CameraTargetMode = auto
	CameraUpVector = [0 1 0]
	CameraUpVectorMode = auto
	CameraViewAngle = [6.60861]
	CameraViewAngleMode = auto
	CLim = [0 1]
	CLimMode = auto
	Color = [1 1 1]
	CurrentPoint = [ (2 by 3) double array]
	ColorOrder = [ (7 by 3) double array]
	DataAspectRatio = [1 3.6 8]
	DataAspectRatioMode = auto
	DrawMode = normal
	FontAngle = normal
	FontName = Helvetica
	FontSize = [10]
	FontUnits = points
	FontWeight = normal
	GridLineStyle = :
	Layer = bottom
	LineStyleOrder = -
	LineWidth = [0.5]
	NextPlot = add
	PlotBoxAspectRatio = [1 1 1]
	PlotBoxAspectRatioMode = auto
	Projection = orthographic
	Position = [0.13 0.11 0.775 0.815]
	TickLength = [0.01 0.025]
	TickDir = in
	TickDirMode = auto
	Title = [77.0002]
	Units = normalized
	View = [0 90]
	XColor = [0 0 0]
	XDir = normal
	XGrid = off
	XLabel = [75.0002]
	XAxisLocation = bottom
	XLim = [0 0.25]
	XLimMode = auto
	XScale = linear
	XTick = [0 0.05 0.1 0.15 0.2 0.25]
	XTickLabel = 
		0   
		0.05
		0.1 
		0.15
		0.2 
		0.25
	XTickLabelMode = auto
	XTickMode = auto
	YColor = [0 0 0]
	YDir = normal
	YGrid = off
	YLabel = [76.0002]
	YAxisLocation = left
	YLim = [0.1 1]
	YLimMode = auto
	YScale = linear
	YTick = [ (1 by 10) double array]
	YTickLabel = 
		0.1
		0.2
		0.3
		0.4
		0.5
		0.6
		0.7
		0.8
		0.9
		1  
	YTickLabelMode = auto
	YTickMode = auto
	ZColor = [0 0 0]
	ZDir = normal
	ZGrid = off
	ZLabel = [78.0001]
	ZLim = [-1 1]
	ZLimMode = auto
	ZScale = linear
	ZTick = [-1 0 1]
	ZTickLabel = 
	ZTickLabelMode = auto
	ZTickMode = auto

	ButtonDownFcn = 
	Children = [ (2 by 1) double array]
	Clipping = on
	CreateFcn = 
	DeleteFcn = 
	BusyAction = queue
	HandleVisibility = on
	HitTest = on
	Interruptible = on
	Parent = [1]
	Selected = off
	SelectionHighlight = on
	Tag = 
	Type = axes
	UIContextMenu = []
	UserData = []
	Visible = on
