subunit2sql/subunit2sql/analysis
Matthew Treinish 651544448d
Clean up run_time graph style
This commit cleans up the style used for the run_time graph. It switches
the individual run_time graph (not the avg or std dev) from a line graph
to scatter points. Since there are potentially a lot of data points this
makes things cleaner and easier to see. Then the size of those points
and the line width are shrunk. When there are a lot of data points
things overlap, get cluttered, and hard to see. By shrinking the lines
and scatter points it alleviates this to a certain degree.

Change-Id: I1271acf10a12df8e36a85e4deacbfc77f7f05bc0
2018-08-23 16:48:12 -04:00
..
__init__.py Add tool for generating line graphs of test run times 2015-01-06 15:38:41 -05:00
agg_count.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
ci_time.py Honor dpi cli flag for ci_time graph 2018-03-02 06:13:16 -05:00
dailycount.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
failures.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
graph.py Merge "Add graph for aggregate run time grouped by run metadata" 2018-03-02 11:10:27 +00:00
run_failure_rate.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
run_time.py Clean up run_time graph style 2018-08-23 16:48:12 -04:00
run_time_meta.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
test_run_time.py Add --dpi flag to subunit2sql-graph 2018-02-11 23:03:00 -05:00
utils.py Add start and stop date options to subunit2sql-graph 2015-04-30 10:14:10 -04:00