Method timespan/plot


  PLOT the timespan objects on the given axes.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PLOT the timespan 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 timespan
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
XUNITS 's'
  • 's'
  • 'm'
  • 'h'
  • 'd'
  • 'time'
The units to use on the xaxis.
back to top back to top

Some information of the method timespan/plot are listed below:
Class name timespan
Method name plot
Category Internal
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 0
Max output args -1




©LTP Team