Questions tagged [jfreechart-fx]

The jfreechart-fx library allows JFreeChart to be used in JavaFX applications.

The jfreechart-fx library allows to be used in JavaFX applications. It uses fxgraphics2d to target a JavaFX Canvas for rendering. Examples may be found here and here.

17 questions
0
votes
0 answers

Most of my Jfree-chart-fx right click menu is missing

Updated to provided minimal reproducible example I have a program to takes in xml data, moves it into a arraylist and then displayed using JavaFX/FXML file. It works, but my right menu isn't as it used to be. It only shows "Export As" (zoom reset…
rvz
  • 43
  • 6
-2
votes
1 answer

How would I find the gradient of a best-fit line for input values on a scatterplot

Based on this example, the below code plots a scatterplot to which double values can be input via a spinner. I'd like to plot a line of best fit on the scatter plot in order to calculate the gradient and find an average for the values which the…
1
2