0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge More... over 12 years ago
base graph: clarifying default antialiasing and quantization. By default, antialiasing is off. It seems to create too many visual artifacts (straight lines appear "fatter") and it seems that other packages (i.e. Matlab) have it off by default as well. Stroke quantization, instead, is always pure, no matter what the antialising should be. Antialiasing could be an optional property to turn on. More... over 12 years ago
Fixed aspect ratio and circle margins so that they use margins. Added a calculation to change both x and y margins to fit aspect ratio (will probably turn into a method.) Updated test pictures. More... over 12 years ago
Fixed aspect ratio and circle margins so that they use margins. Added a calculation to change both x and y margins to fit aspect ratio (will probably turn into a method.) More... over 12 years ago
Profile -buffer is created in ProfileGraph2D not in subclasses -option to create buffer between stopWatch start and stop -setters and getters for test settings: -image width -image height -max tries (to render) -test time (time render loop runs) -number of data points -setters and getters for logging settings: -dataset message (message on the dataset) -save message (general message upon logging) -restructured saving locations -saves a csv in "ProfileResults" as "GraphTitle.csv" -creates a log file if one does not exist for a graph -creates a file per profile class -fixed saving format -no commas but spaces as delimiter -header uses quotes -no quotes for numbers More... over 12 years ago
ProfileAll -Intensity Graph now profiles with all graphs More... over 12 years ago
Merge with target repository More... over 12 years ago
Added lineGraph tests More... over 12 years ago
Sparkline -Deleted old test files -Added new test cases (overlapping circles, aspect ratio tests) More... over 12 years ago
Reworked multiline graph (now called MultilineGraph2DRenderer) -Incorporated use of ValueColorScheme -Now extends Graph2DRenderer, instead of SparklineGraph2DRenderer -Added a test class with a test case. Removed all example files (IntensityGraph2DRendererExample, SparklineGraph2DRendererExample, and MultilineSparklineGraph2DRendererExample) More... over 12 years ago
Updated sparkline to fit Tuftes description changed test pictures. More... over 12 years ago
Recreated intensity graph, line graph, and scatter graph profile classes using the new superclass. Recreated parallel threading histogram profile class. Recreated the lock histogram (uses synchronize) profile class. More... over 12 years ago
Recreated intensity graph, line graph, and scatter graph profile classes using the new superclass. Recreated parallel threading histogram profile class. More... over 12 years ago
Recreated intensity graph, line graph, and scatter graph profile classes using the new superclass. More... over 12 years ago
Added tests and pictures for intensity graph Fixed Intensity Graph to draw exactly within bounds (Pretty sure) fixed circles to draw with the center exactly where it should be. FAILED IMAGES WERE NOT PROMOTED/ IMAGES FOR SPARKLINE ARE OLD. More... over 12 years ago
Merged a conflict with thumbs More... over 12 years ago
Merge More... over 12 years ago
Base graph: adding a bit of documentation More... over 12 years ago
Removed SparklineGraph2DRnedererExample (that example was already in a test) More... over 12 years ago
Removed SparklineGraph2DRnedererExample (that example was already in a test) More... over 12 years ago
Base graph: fixing the final elements. The base graph calculation code should be finally done. More... over 12 years ago
Removed SparklineGraph2DRnedererExample (that example was already in a test) More... over 12 years ago
basegraph: still some small issues to look into More... over 12 years ago
Begun creating a better structured profiling system. More... over 12 years ago
Begun creating a better structured profiling system. More... over 12 years ago
Changed rendering hints in sparkline Added the option of calculating plot start and end for area Added profile and test(shell) for Intensity Graph. More... over 12 years ago
Merge More... over 12 years ago
Graph2DRenderer -created xPointMargin and yPointMargin -created functions to set up data as points are as areas More... over 12 years ago
Fixed Intensity Graph for all cases. Now draws starting at the beginning of the pixel, not from the center. More... over 12 years ago
Graph2DRenderer -removed unnecessary drawBackground() call in drawGraphArea() -In the following classes, called drawBackground() since it was removed from drawGraphArea(): -AreaGraph2DRenderer -ScatterGraph2DRenderer -Graph2DRendererTest (test 1-7) More... over 12 years ago