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
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'bar'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.
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 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 0
Max output args -1




©LTP Team