Description Usage Format Source Examples
The software system Eclipse JDT Core has 997 different class environments related to the development. The bug identified on each occasion is classified by its severity as Bugs, NonTrivial, Major, Critical, and High. We need to understand the bug counts before- and after- software release.
1 |
Before and after release bug counts at five severity levels for the JDT software.
http://www.eclipse.org/jdt/core/index.php
1 2 | data(Severity_Counts)
barplot(Severity_Counts,xlab="Bug Count",xlim=c(0,12000), col=rep(c(2,3),5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.