charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Convert Graphs to use JFreeChart #84

Open rbuch opened 5 years ago

rbuch commented 5 years ago

JFreeChart offers some benefits over the existing graph classes widely used across Projections (change titles, colors, etc.). Where possible, it should be used for graphing instead of our homegrown solution.