kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Redraw the confidence interval #609

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago

Redraw the confidence intervals.

Currently we draw confidence intervals individually for each metric and each model.

image

which is implemented here:

image

The change needs to be made is:

for each metric (for example, PRED(.25)), draw confidence intervals for all the compared models in one chart.

the desired style is as follows:

image