Search code examples
javaswinggraphic

Java library to create graphs


What is best and easy to use library for Java graphs? I am working with Swing application and need to integrate a graph for that project


Solution

  • One commonly used charting API is JFreeChart.