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
plot
XUNITS 's'
  • 's'
  • 'm'
  • 'h'
  • 'd'
  • 'time'
The units to use on the x axis.
FILLED 1
  • 1
  • 0
Fill the patches which mark the time-spans

Example

plist('XUNITS', 's', 'FILLED', [true])

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 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