jfreechart Questions
1
Solved
My goal is to increase the size of "Revenue ($) " and "Years". But I do not know how. I am able to increase the "Apples, Durians,Oranges" and "2012, 2013".
Below are my codes.
JFreeChart char...
Brilliance asked 28/1, 2014 at 9:26
1
I want to show live data on a TimeSeries chart with real time shown on the x-axis (or at least have the speed of the time the same as real-time).
Here is a SSCCE of the problem with random number...
Eros asked 23/1, 2014 at 4:1
1
Solved
On an XYPlot, I want the coordinates of mouse displayed as hint near to mouse, but only when (the mouse) move on chart! In another words, when the crosshair moves to another point, the positioning ...
Eben asked 16/1, 2014 at 21:1
2
Solved
I am calculating histogram of red component of the image and stored it in redhisto[]. The index of the array represent the intensity(0 to 255)
and the value represent the number of pixel with that...
Sylvestersylvia asked 12/1, 2014 at 9:0
1
Solved
I am using JFreeChart XYPLot for plotting a XYData set with different labels . I have created different XYSeries objects for different labels so that I can have different colors for different label...
Tymothy asked 3/12, 2013 at 17:32
2
Solved
I am trying to use jFreechart to generate two figures each of which with 12 graphs (being referred as series in jFreeChart ). However some of the graphs get simply skipped! I know I have synchroniz...
Circinate asked 20/11, 2013 at 2:54
1
Solved
In the code below I am conducting an experiment for which I need to plot almost 10 graphs per second ( time interval 100) for total of 50. However when I decrease the time interval TIME INTERVAL ( ...
Ticktock asked 18/11, 2013 at 19:56
2
Solved
I'm currently doing Agent project in java. At some point I need to show a meter for eg: battery level. I've got 5 agents in my program, each agent creates it's own meter plot with name on it, but s...
Haug asked 7/11, 2013 at 9:17
3
I want to give the chart background a transparent look (not fully transparent but a little bit). Here is my code. I have added few code lines to add transparency, but I guess the ChartPanel is not ...
Scouting asked 22/4, 2012 at 15:26
1
Solved
i have two sets of data
int[] x1 = {1,2,3,4,5,6,7,8,9,10};
int[] y1 = {1,2,3,5,6,8,9,10,14,11};
int[] x2 = {1,2,3,4,5,6,7,8,9,10};
int[] y2 = {0,2,3,5,0,8,9,8,14,11};
int[] z2 = {1,2,3,1,2,3,1,2...
Ironlike asked 21/10, 2013 at 18:54
1
Solved
I am trying to find the best strategy to produce a 1D time based plot with labels. It currently looks like this:
The problem is there is spans of time where very little happens, and others with ...
Complexioned asked 9/10, 2013 at 19:57
1
Solved
I'm trying to implement XYTextAnnotation in DynamicTimeSeriesCollection.
I have no idea how to find X value of series in DynamicTimeSeriesCollection. My code so far:
DynamicTimeSeriesCollection d...
Sharpie asked 20/8, 2013 at 4:40
1
Solved
Is it possible to Create 3D area chart using jFree ?
If yes, can someone point me to the right direction ?
Any workaround possible?
Acklin asked 6/8, 2013 at 6:43
2
I need to change the color of subtasks in a Gantt chart. My example is based on GanttDemo2 with the following dataset and renderer. In different forums I found some discussions related to this topi...
Entomb asked 20/1, 2012 at 8:39
4
Solved
I am trying to get the coordinates of the point clicked with the mouse on a scatter plot graph.
When you click on a point, "Click event!" and the coordinates are printed on the console.
When you c...
Belloc asked 13/3, 2012 at 14:45
1
Solved
How can this compilable minimal code snippet example, which uses JFreeChart as plotting API, adapted in order to show both absoulte values AND percentages?
I couldn't extract this information neith...
Covarrubias asked 6/7, 2013 at 9:53
1
Solved
I'm using JFreeChart to make some graphs in a Java application. I'm trying to figure out how to let the user edit the series paint/stroke. In the Chart Properties window there's a spot for this, bu...
Celestyn asked 30/6, 2013 at 19:8
1
What facilities or performance capabilities jFreeCharts latest version (1.0.14) provides over 2004 edition (0.9.20).
We have web application having jFreeCharts integrated with 2004 edition .
What a...
Vitiligo asked 18/6, 2013 at 18:17
2
Solved
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 ChartPane...
Brenna asked 7/6, 2013 at 12:13
3
Solved
I want to embed a PNG of a chart which I created with JFreeChart into a PDF document. The problem here is, that the quality of the chart is very poor. My goal is to have PNGs with 300 DPI. I google...
Noheminoil asked 3/10, 2011 at 17:39
1
I am using JFreeChart and would like to display a bar chart of player's scores, with the score on the y-axis and the player's games grouped on the x-axis.
e.g.
String[] {Player name, score, game ...
Missie asked 23/5, 2013 at 23:30
3
Solved
Just like is being done in the following example, I want the tick mark labels on the domain of chart to be rotated 45 degrees as the are in this chart:
http://left.subtree.org/2007/08/14/rotate-lab...
Fibroma asked 15/8, 2011 at 21:30
1
Solved
To anyone who has experience with jFreeChart for Swing applications:
I am having trouble changing the background for charts. My ultimate goal is to set a smooth gradient background for my charts, ...
Galer asked 7/5, 2013 at 14:8
2
Solved
Just as the title says, if I have a JFreeChart (or want to create one) how do I specify the font that is used for the values on the axis? Not the axis label, but the actual values. Specifically I j...
Cruz asked 1/9, 2011 at 16:50
3
Is it possible to change the bar color?
I have coded a simple program for counting.
I want to implement one more thing: if the count number is greater than 200, use blue color to draw the bar. If...
Rancell asked 10/2, 2011 at 2:58
© 2022 - 2024 — McMap. All rights reserved.