ecl-logo Documentation
ECL`

PlotSupportTimeline

PlotSupportTimeline[]SummaryFigure

displays the average number of troubleshooting tickets for all protocols for the last month with a one day interval.

PlotSupportTimeline[Protocol]ProtocolSummaryFigure

displays the average number of troubleshooting tickets for a given protocol over the last month with a one day interval.

PlotSupportTimeline[TimeSpan]SpanningFigure

displays the average number of troubleshooting tickets for all protocols over TimeSpan with a bin size based on the amount of time to be displayed.

PlotSupportTimeline[Protocol,TimeSpan]ProtocolFigure

displays the average number of troubleshooting tickets for a given protocol over TimeSpan with a bin size based on the amount of time to be displayed.

Details

    Additional Definitions
  • PlotSupportTimeline[timeSpan,bin] figure{_Legended}displays the average number of troubleshooting tickets for all protocols during 'timeSpan' with an interval of 'bin'.
    PlotSupportTimeline[protocol,timeSpan,bin] figure{_Legended}displays the average number of troubleshooting tickets for a given protocol during 'timeSpan' with interval 'bin' for a given protocol.
    PlotSupportTimeline[startTime,endTime,bin] figure{_Legended}displays the average number of troubleshooting tickets for all protocols from 'startTime' to 'endTime' with an interval of 'bin'.
    PlotSupportTimeline[protocol,startTime,endTime,bin] figure{_Legended}displays the average number of troubleshooting tickets for a given protocol from 'startTime' to 'endTime' with interval of 'bin'.
  • Input
    Output
    Data Specifications Options
    Frame Options
    Grid Options
    Image Format Options
    Legend Options
    Plot Labeling Options
    Plot Range Options
    Plot Style Options
    Secondary Data Options
    General Options
    Messages
  • NoProtocolsNo completed protocols could be found within the specified time period. If you aren't already doing so you may want to specify the exact dates of interest using PlotSupportTimeline[(protocol), startDate, endDate, bin].

Examples

open allclose all

Basic Examples  (4)

Create a plot showing troubleshooting for the last two weeks:

Fully specify the start date, end date and time interval for the data:

Include specific protocol types to display troubleshooting rates for specific protocols:

Show overall troubleshooting rates for the last month

Additional Examples  (1)

Specify that data should be shown for the last week with a time interval of 1 day:

Options  (7)

Annotation  (1)

Include a vertical line epilog demarcating an event:

Display  (1)

Show both the rate (tickets/protocol) and the number of tickets:

ExcludeCanaryProtocols  (1)

Indicates if the tickets generated for a root canary protocol should be shown:

RemoveMonitoringTickets  (1)

Indicate that monitoring tickets such as long tasks and force quits should be shown:

SampleManipulationSplit  (1)

Divides SampleManipulation protocols into MicroLiquidHandling or MacroLiquidHandling:

SearchCriteria  (1)

Add additional criteria to the search:

Tags  (1)

Display the troubleshooting protocols with ErrorCategory -> "Missing Items":

Messages  (1)

NoProtocols  (1)

Print a message and returns $Failed if no protocols exist within the requested date range:

Last modified on Wed 27 Aug 2025 17:42:17