create_plot_dur_v_start_time

servicemon.analysis.basic_plotting.create_plot_dur_v_start_time(source, locations, y_axis_type='log', y_range=(0.001, 1000))[source]

Create a Bokeh plot (Figure) of do_query_dur versus start_time.

Parameters
sourceColumnDataSource

Bokeh data source containing the navostats data

locationslist of str

List of unique location values in the data source.

y_axis_typestr

auto, linear, log, datetime, or mercator

y_rangetuple (min, max)

The range of values to display on the y axis. When y_axis_type is ‘log’, it helps if the endpoints are exact powers of 10.

Returns
plotting.figure

A Bokeh plot that can be shown.