Search found 3 matches

by MidKnight
Sat Sep 19, 2020 4:24 pm
Forum: JFreeChart
Topic: JFreeChart Scatter + Line
Replies: 1
Views: 3994

JFreeChart Scatter + Line

I've been learning JFreeChart lately, and came across a scatter plot in this tutorial series. Now, I understand how to create and modify it, but I'm curious if there is a way to run a line through it as well.

Like a combination of both the line and scatter graphs. Is something like this possible?
by MidKnight
Fri Sep 18, 2020 8:24 am
Forum: JFreeChart
Topic: Can anyone help a beginner with JFreeChart?
Replies: 1
Views: 10086

Re: Can anyone help a beginner with JFreeChart?

This is rather late, but I'm sure this answer will help others in the future. 1# Suggestion 1 This place will help you set up everything required, and explain everything about the library. I have personal experience with this one. There are obviously alot more. You can checkout Jenkov's Java tutoria...
by MidKnight
Tue Sep 15, 2020 5:38 pm
Forum: JFreeChart
Topic: How Do You Use jfreechart In A Java Program?
Replies: 2
Views: 4750

Re: How Do You Use jfreechart In A Java Program?

You can do this in a whole bunch of ways. You can follow this JFreeChart tutorial to do it the traditional way. OR you could use JFreeChart along with JavaFX GUI framework (my preferred way of doing this). There are a couple of steps you'll need to clear before being able to do this, even if you kno...