About 315,000 results
Open links in new tab
  1. How to Plot Graphs in Java: A Comprehensive Guide

    Learn how to plot graphs in Java using popular libraries like JFreeChart and JavaFX with easy-to-follow code examples and explanations.

  2. swing - Drawing a simple line graph in Java - Stack Overflow

    Jan 1, 2012 · In my program I want to draw a simple score line graph. I have a text file and on each line is an integer score, which I read in and want to pass as argument to my graph class. I'm having some trou...

  3. charts - Java: Really simple scatter plot utility - Stack Overflow

    Dec 6, 2009 · I know there are many comparisons of java plotting libraries out there, but I'm not finding what I need. I just want a mind-numbingly simple toolkit that creates images of scatterplots from a set of coordinates. No GUI, no interaction, no fancy display, just a basic XY coordinate system with points.

  4. charts - What is the best open-source java charting library? (other ...

    It helps drawing simple 3d charts (surfaces, scatters, bars, etc), and has lot of options for customizing layout of axes, ticks, etc. There are lot of examples and a documentation on the wiki. It's free and open source.

  5. How to Draw Beautiful Chart like Matplotlib in Java or Scala?

    May 11, 2021 · First, create a Plot object, call the pyplot method on it to add an arbitrary graph, and finally call the show() method; since it is a Builder pattern, we will add options behind it using IDE completion.

  6. How to plot Graph in java - CodeSpeedy

    In this tutorial, we will learn how to draw or plot a graph using Java. The drawing graph means plotting coordinates on a Cartesian plane.

  7. JFreeChart Tutorial - Create Charts in Java - Java Guides

    JFreeChart is a popular Java library for creating charts. JFreeChart allows to create a wide variety of both interactive and non-interactive charts. We can create line charts, bar charts, area charts, scatter charts, pie charts, Gantt charts, and various specialized charts such as …

  8. Introduction to JFreeChart - Baeldung

    Mar 10, 2024 · In this tutorial, we’ll see how to use JFreeChart, a comprehensive Java library for creating a wide variety of charts. We can use it to integrate graphical data representations into a Swing application. It also includes a separate extension for JavaFX.

  9. Simple Java Plot - GitHub Pages

    Simple Java implementation of plot. No dependencies besides standard libraries. Single source file. Features (minimal set of features required for a plot): Multiple x/y axes; Legend; Line types (solid, dashed, none) Marker types (square, circle, diamond, bar, column, none) Area plots; Minimal example:

  10. Creating Scatter Plots in Java: A Comprehensive Guide

    In this tutorial, we learned how to create scatter plots in Java using the JFreeChart library. Understanding how to visualise data effectively is critical in data analysis. Next Steps. Explore advanced chart types in JFreeChart; Learn how to customize scatter plots with colors and shapes; Experiment with adding more data series to your scatter plot

  11. Some results have been removed