JFreeChart is a free Java chart library with many available chart types and support for numerous output types. The most recent update was in 2011.
18
votes
3answers
10k views
Using JFreeChart to display recent changes in a time series
How can I use JFreeChart to display just the most recent data in a continually updated time series?
Addednum: A complete, working example that incorporates the accepted answer is shown here. See also ...
12
votes
3answers
2k views
Invalid or corrupt JAR File built by Maven shade plugin
After adding the Maven jFree dependency to my existing application, I'm not able to execute the created jar.
The only error message I get is the following:
java -jar ...
10
votes
3answers
3k views
JFreeChart BarChart -> NO gradient
my bar chart is always drawn with a gradient color by default. I just want a simple color without any styled effects.
Can anyone help ?
Code:
final JFreeChart chart = ...
9
votes
1answer
10k views
How can I update a JFreeChart's appearance after it's been made visible?
How can I use JFreeChart to dynamically update a chart's appearance after it's been made visible?
9
votes
2answers
77 views
Why eclipse doesn't see implemented interfaces?
I've imported jfreechart-fse from here: https://github.com/jfree/jfreechart-fse
and I've imported this to eclipse as maven project.
After that, I have many problems, for example in class ChartPanel ...
7
votes
4answers
12k views
width of the bar in Jfreechart
Is there a way to adjust the width of the bars in a Barchart.I create my chart with the following code.
final JFreeChart chart = ChartFactory.createBarChart("Report", // chart title
...
7
votes
3answers
33k views
Can't find bundle for base name
I'm using a library that has a dependency on jfreechart (v 1.0.9).
When I try to run the .jar, I get:
java.util.MissingResourceException: Can't find bundle for base name
...
7
votes
6answers
11k views
Real-time graphing in Java
I have an application which updates a variable about between 5 to 50 times a second and I am looking for some way of drawing a continuous XY plot of this change in real-time.
Though JFreeChart is not ...
7
votes
0answers
799 views
JFreeChart: get Area or Elements in zoomed Scatterplot
I've got the following problem. I want to zoom-in a Scatterplot and then select all the displayed elements.
It would be sufficient to somehow get the displayed area in the zoomed-in Scatterplot. From ...
6
votes
2answers
901 views
JFReeChart x axis scale
I have a JFree XY Line chart which always starts at x = 0. Then based on user defined settings from a properties file the application increments based on that number (this represents the time in ...
6
votes
2answers
2k views
How to display values with in piechart using Jfreechart(values in sector )
I am using Jfreechart to create pie charts. Values are displayed outside pie chart as labels. I want to display the values within the pie sectors only. How can i achieve this. Please can any one help ...
6
votes
1answer
5k views
histogram in jfreechart
I'm trying to use JfreeChart to create a chart for the histogram of an image , but I don't fully understand how to provide the input data for the histogram .The function I am suppose to use is this:
...
6
votes
2answers
4k views
JFreeChart : obtain data source value on mouse click
I have a JFreeChart instance that displays process memory status, initialized as follows:
m_data = new TimeSeriesCollection();
TimeSeries vmsize = new TimeSeries("VMSize");
TimeSeries resident = new ...
6
votes
1answer
2k views
JFreeChart with SWT
I'm developping a plugin for eclipse and extending the org.eclipse.ui.views extension point. I want to use JFreeChart for drawing some graphics in eclipse view.
Is it possible to use JFreeChart with ...
5
votes
1answer
4k views
JFreeChart get mouse coordinates
Is there a way in JFreeChart to determine from a ChartMouseEvent that x,y coordinates (in plot space) the mouse is over? I've tried using the domain crosshair value but that seems inaccurate and lags ...
5
votes
2answers
9k views
Changing the shapes of points in scatter plot
I have thousands of points to Plot on a JFreeChart scatter plot.
The problem right now is that my program is plotting points with "squares", but I need some help on how to change the Shape of points ...
5
votes
2answers
647 views
Which type of Jfreechart is more suitable for Histograms?
I am working with JFreeChart in order to show a Histogram Chart. My idea is to create a chart with 10 double bars, one bar of the pair in a different color. The 10 values will correspond to 10 weeks, ...
5
votes
1answer
6k views
How to specify the position and layout of a JFreeChart chart legend
I am using JFreeChart to render a stacked area chart. By default, the chart legend is rendered below the plot with the elements laid out horizontally. I would like the legend to appear on the right of ...
5
votes
3answers
4k views
Is it possible to add Legend to the plot in JFreeChart?
I'm trying to add a legend under the plot in scattered chart as shown below. Anyone knows if this is possible?
Before:
After:
5
votes
4answers
2k views
Can JavaFX 2.0 serve as a scientific charting package?
I am writing a scientific experiment control program in java which includes a GUI.
I help choosing a charting library for this task.
The program will contain two types of charts:
A line chart with ...
5
votes
2answers
6k views
JFreeChart Scatter Plot Lines
I'm trying to create a graph with JFreeChart, however it doesn't get the lines right. Instead of connecting the points in the order I put them, it connects the points from in order of their x-values. ...
5
votes
1answer
4k views
Eclipse RCP with JFreeChart
I'm trying yo use JFreeChart in RCP application with a simple view. I added JfreeChart jar file as a referenced library to project.
The view could not be created because of the error :
Could not ...
5
votes
2answers
1k views
Jfreechart selection
Is there a way to be able to click on a segment on a plot and have jfreechart tell me the x/y coordinates of that point or somehow return the corresponding data associated with that line?
Does ...
5
votes
3answers
1k views
JFreeChart - change SeriesStroke of chart lines from solid to dashed in one line
The answer accepted here (JFreechart(Java) - How to draw lines that is partially dashed lines and partially solid lines?) helped me start down the path of changing my seriesstroke lines on my chart. ...
5
votes
1answer
238 views
How do I get Lein to work with JFreeChart and Dejcartes?
I'm trying to understand how to use lein with clojure and get it to download the correct .jar files on Win7 x64. As a specific example, I'm trying to use JFreeChart and Dejcartes.
My questions are ...
5
votes
1answer
98 views
Extract maxima of the peaks by a treshold from a JFreeChart XYLineChart
I want to implement a feature to a JFreeChart with a XYLineChart. So, for now I have a XYLineChart and I want to find the x-value depending the center of the peaks (see attached figure to understand ...
5
votes
3answers
5k views
Jfreechart - Refresh a chart according to changing data
I would like to know how to refresh a chart if we want to change "in live" some piece of data. I mean for instance, I have a chart with a TaskSeries which appears on 3 years and I would like to change ...
4
votes
2answers
16k views
Setting Range for X,Y Axis-JfreeChart
Any suggestions over how to set Range for X-Axis and Y-Axis.
My "X-Axis" Range is from "0.00 to 1.00" with difference of "0.05". I mean 0.00 0.05 0.10 0.15.....0.90 0.95 1.00
My "Y-Axis" Range is ...
4
votes
1answer
5k views
dashed line in Jfreechart
Does anybody knows how to draw a vertical dashed line in Jfreechart at some given coordinates ?
Thanks
4
votes
3answers
6k views
Add a JFreeChart in to JPanel
if i have a my Jpanel and a my JFreeChart. How can I add this Chart in to the JPanel?
XYSeries series = new XYSeries("XYGraph");
series.add(1, 1);
series.add(1, 2);
series.add(2, 1);
...
4
votes
3answers
4k views
Does jFreeChart work/comple in Android 2.x
Does jFreeChart compile and run in Android 2.2 or above? I tried to run it and received missing swing class errors. There does not seem to be any definitive answer on the web. The answer to this ...
4
votes
2answers
5k views
How can I change the tickLabel on a NumberAxis in JFreeChart?
I am using JFreeChart and want to be able to change the label on the range axis from a number to something more meaningful for the domain I am in. I only see options for customizing the look of the ...
4
votes
4answers
1k views
How can I put axis on a .png file in java?
I have chart.png with data in it that I would like to put a simple X - Y axis on with some labeling. I also would like to try not to use any external software that doesn't come with java. I'm ...
4
votes
2answers
5k views
Change the color of jfreechart piechart
I want to change the color of the "pieces" of pie in my jfreechart PieChart3D, this is the code that renders the piechart:
<% response.setContentType("image/png"); %><%@page ...
4
votes
1answer
2k views
How to hide JFreeChart XYSeries yaxis?
Is there a way to hide a JFreeChart XYSeries yaxis?
The yaxis is meaningless on logic analyzer display.
4
votes
1answer
7k views
How to display a JFreeChart in a NetBeans project
This is similar to a question I asked yesterday but more specific to the problem.
What is the correct method to add a JFreeChart to a NetBeans project which already contains various widgets?
My ...
4
votes
3answers
3k views
Plot points instead of lines? JFreeChart PolarChart
Currently, the PolarChart joins all the coordinates with lines creating a polygon. I just want it to plot each point with a dot and NOT join them together. Is this possible?
I have tried using ...
4
votes
5answers
1k views
Looking for a javascript chart library that can draw ~200,000 points on a scatter plot
I am building a web application who's interface includes a large scatter plot to give the user an overview of his data. The scatter plot has about 200,000 points. Currently I am using the JFreeChart ...
4
votes
1answer
5k views
Help with JFreeChart overlay
I'm having an issue with a JFreeChart overlaid graph. I'm using JFreeChart 1.0.13. What I am trying to do seems like it was easier to do in earlier versions of JFreeChart?
The graph shows a line ...
4
votes
2answers
3k views
Create barchart using jfreechart with bars of same category together
I want to make bar chart using jfreechart such that the bars which belong to the same category should be displayed adjacent without any gaps. The categories should be displayed with gaps.
Also each ...
4
votes
2answers
248 views
Stacked Area Chart, fixed y axis label width
I am creating a JFreeChart stacked area chart.
I want my y axis label's width to be fixed, and I don't want to shift the chart as the width increases. See the image explaining the problem.
I am ...
4
votes
1answer
828 views
Jfreechart get Mouse Co-ordinates
I have been trying to get current Mouse Co-ordinates in a JfreeChart and found that the following solution was working partially
JFreeChart get mouse coordinates
I have been using OHLC Dataset to ...
4
votes
1answer
683 views
Mapping JFreeChart Series Name to Series Index
I'm plotting a TimeTableXYDataset using a StackedXYBarRenderer. Unfortunately the colours of each series change on refresh.
I know how to set colours using the setSeriesPaint method of the renderer, ...
4
votes
2answers
2k views
Dynamic graphing using Jfreechart
Right now I'm using JFreeChart in order to create a dynamic chart. However the chart is significantly slowing down my GUI. I was just wondering, is jfreechart generally heavy in the graphics ...
4
votes
2answers
3k views
JFreechart Rendering a timeseries on a tick scale
I have a timeseries of data which i'd like to plot on a tick scale rather than a time scale.
e.g. If the series contains points received at times: 10, 15, 30, 100. Instead of plotting these against ...
4
votes
1answer
202 views
JFreeChart PeriodAxis :29 minutes fractions
I am trying to use PeriodAxis in a chart to graph some time series data. The first data point occurs at 2012-01-08 19:00:00 and the final data point occurs at 2012-01-09 19:00:00.
When the chart is ...
4
votes
1answer
233 views
How to disable zoom by mouse dragged without disabling by mousewheellistener in jfreechart?
I would like to disable zooming by mouse dragging(which paints that rectangle), but not disable zooming by MouseWheel. I found in another topic how to disable zoom reset while dragging mouse to left ...
4
votes
1answer
106 views
Prevent Main UI to collapse from child thread
I am facing this issue, I have
class FinalUI1 extends javax.swing.JFrame
{
//do something
Thread t;
try {
t = new Thread(new PcapTool(null));
...
4
votes
2answers
964 views
Jfreechart XYPlot, how can i draw a legend into the Plot-Area?
i'm drawing several charts with XY-Plots in my application.
I have no problem displaying a legend under (or on top, left or right of)
the plot.
But to save space i want to draw a legend-box into the ...
4
votes
1answer
1k views
Toggle upper bound of JFreeChart axis range
I have a chart that graphs number of tasks completed versus time. On the Y-axis, 0 is always included and there is a fixed value that will be the maximum number of tasks. As time progresses, the line ...



