Method ao/plot


  PLOT the analysis objects on the given axes.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PLOT the analysis objects on the given axes.
 
  CALL:        plot(objs)
               outputs = plot(objs)
 
  PLOT checks each object's plotinfo for details about the figure and axes
  handle to plot the object on. The following rules are followed:
 
  1) If the object's plotinfo is empty, a new figure and set of axes is
     created and the object is plotted with the next available plot style.
 
  Assuming the object has a plotinfo:
 
  2) If the plotinfo figure handle is empty, a new figure is created.
  3) If the plotinfo axes handle is empty, a new set of axes is created.
 
  The output objects will contain the plotinfo that is used/created.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
plot
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'bar'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
SHOW PROVENANCE 1
  • 1
  • 0
A flag to enable/disable the provenance text patch.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.

Example

plist('FCN', 'plot', 'SHOW PROVENANCE', [true], 'ADDITIONAL REQUIREMENTS', cell(0,0))

back to top back to top

Some information of the method ao/plot are listed below:
Class name ao
Method name plot
Category Internal
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 0
Max output args -1
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team