python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to adjust Image position in XYImageAnnotation
I have a icon in JFreeChart:
BufferedImage torreIcon = null;
try {
torreIcon = ImageIO.read(getClass().getClassLoader().getResource(
"Resources/Imagenes/torre_control_2.png"));
...
carloslopez
Votes: 0
Answers: 1
Error compiling ChartUtilities.saveChartAsJPEG()
I get this error:
ChartUtilities.saveChartAsJPEG(new File(path), chart, 300, 300);
The method saveChartAsJPEG(java.io.File, org.jfree.chart.JFreeChart, int, int)
in the type ChartUtilities is not app...
Manish
Votes: 0
Answers: 0
Create a graph paper background in JFreeChart
I am using JFreeChart library to plot an ECG signal. I'm using the XYLineChart, and this is how it looks currently.
However, I want to have a graph paper background, made out of 5x5 squares, like on ...
Ibrahim7
Votes: 0
Answers: 0
How to move a xyplot with the movement of an icon with jfreechart in java
I have an xyplot where I have an icon and several plots that you can ignore. The following picture shows the initial view of the chart.
The icon has movement, and does something like:
The icon path ...
carloslopez
Votes: 0
Answers: 0