gaps_interval_graph#
- ansys.stk.extensions.data_analysis.graphs.access_graphs.gaps_interval_graph(stk_object: Access, start_time: Any = None, stop_time: Any = None, colormap: Colormap = None, time_unit_abbreviation: str = 'UTCG', formatter: collections.abc.Callable[[float, float], str] = None) Figure, Axes#
Create an interval graph of the intervals where access does not exist between the objects.
This graph wrapper was generated from AGI\STK12\STKData\Styles\Access\Gaps.rsg.
- Parameters:
stk_object :
AccessThe STK Access object.start_time :
AnyThe start time of the calculation (the default is None, which implies using the scenario start time).stop_time :
AnyThe stop time of the calculation (the default is None, which implies using the scenario stop time).colormap :
ColormapThe colormap with which to color the data (the default is None).time_unit_abbreviation :
strThe time unit for formatting (the default is “UTCG”).formatter :
Callable[[float,float],str] The formatter for time axes (the default is None).- Returns:
FigureThe newly created figure.AxesThe newly created axes.
Import detail#
from ansys.stk.extensions.data_analysis.graphs.access_graphs import gaps_interval_graph