0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Testing performance for line graph: anti-alias is the highest cost. More... almost 14 years ago
LineGraphRenderer should expose the image size and interpolation. More... almost 14 years ago
Adding adapter from array to line plot data. More... almost 14 years ago
Adding reference lines on the plot. More... almost 14 years ago
Different interpolation schemes can now be set for the line plot. More... almost 14 years ago
Now line is scaled within the plot area More... almost 14 years ago
Adding axis to line graph. More... almost 14 years ago
Extracting vertical axis rendering More... almost 14 years ago
Extracting common test method. Should delete failed image if test passed. More... almost 14 years ago
Fixing copyright. More... almost 14 years ago
Starting to refactor the histogram plot to extract the axis rendering. More... almost 14 years ago
Adding hgignore. More... almost 14 years ago
Transforming prototype into tentative final interface. More... almost 14 years ago
Adding tentative interface for the line plots. More... almost 14 years ago
Reorganizing inputs. Fixing cubic interpolation so that the derivative is really continuous. More... almost 14 years ago
Adding nearest neighbour. More... almost 14 years ago
Extracting the linear interpolation. More... almost 14 years ago
Extracting the cubic interpolation path creator. More... almost 14 years ago
Removing unused methods. More... almost 14 years ago
Adding prototype code to do cubic interpolation of a line graph using splines (bezier curves). More... almost 14 years ago
Fixing headers - development started in 2012. More... almost 14 years ago
Fixing headers. More... almost 14 years ago
Adding license. More... almost 14 years ago
Profiling histogram generation in parallel. More... almost 14 years ago
Disabling compile on save: does not seem to work well yet. More... almost 14 years ago
Better handling of labels that are not at the extremes: just paint them if they can be perfectly centered. More... almost 14 years ago
Calculating tick increment using BigDecimal to get better precision. More... almost 14 years ago
Adding test on creating histogram. More... almost 14 years ago
Adding another test to make sure labels are skipped if there is no space. It's not perfect (skipping is not symmetric) but it's less ugly. More... almost 14 years ago
X labels don't overlap anymore. More... almost 14 years ago