jfreechart Questions
1
I currently have a method which queries a database for values, and plots them to a graph. The only problem is, the time variable is a long, and results in my graph looking like this:
I want to c...
Suiter asked 4/9, 2012 at 23:34
2
Solved
In my JFreeChart timeseries plots I find the legends lines too thin to see the colour accurately. Another post [ https://stackoverflow.com/questions/7306901/jfreechart-change-sample-of-colors-in-le...
Invalid asked 31/8, 2012 at 21:15
1
Solved
I'm trying to produce a single chart in JFreeChart that consists of an overlaid candlestick chart and Timeseries plot. (a little like this)
I have tried creating the Candlestick chart and adding a...
Halla asked 29/8, 2012 at 8:0
1
Solved
I have a JFreeChart time series chart, which displays a TimePeriodValuesCollection. The dataset contains two intervals. The data is appearing correctly and I am able to pan (with Ctrl-drag) the vie...
Crossbar asked 21/8, 2012 at 14:15
1
Solved
In JFreeChart I'm trying to color different regions of an XY line chart/curve based on y value. I'm overriding the XYLineAndShapeRenderer's getItemPaint(int row, int col), however I'm not sure how ...
Baumgardner asked 15/8, 2012 at 0:58
2
Solved
Is there anything similar to the multiPiePlot Chart but for xy plots? I have an application that needs to print two or three xy plots on one page. I know you can put multiple data sets on the same ...
Apocopate asked 9/8, 2012 at 17:46
2
Solved
I am using JFreeChart to draw a graph. The code is
package com.daya;
import java.awt.Color;
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.FileInputStream;
import ...
Firstclass asked 12/8, 2012 at 10:27
1
Solved
Could somebody provide a simple explanation of the JFreeChart axis-types?
First, we have the axes that are based on the class hierarchy (ValueAxis, CategoryAxis, lots of subclasses)
We also have...
Gauhati asked 10/8, 2012 at 13:29
2
Solved
When I hide number of series from a chart that is using a CombinedDomainXYPlot, all range axes are auto rescaled nicely. Howver, the domain axis does not get rescaled. Is there any way to manually ...
Brio asked 8/8, 2012 at 18:0
2
java.lang.IllegalStateException: PWC3990: getWriter() has already been called for this response
How to solve this error? I run a simple servlet code to display the bar graph.
Aftershock asked 30/11, 2010 at 9:46
1
Solved
how can i create dynamic line chart using jFree chart in java which is show data of 2 hours before and also provide a blank space where data show for 2 hours later from current time.For example sup...
Lamar asked 13/7, 2012 at 11:45
1
Solved
I'm creating a XYBarChart using JFreeChart and adding multiple series to it. Currently for a given x-value and different Y-values from the series, all of them are getting stacked on top of each oth...
Unworthy asked 6/7, 2012 at 17:9
1
Solved
I'm trying to change width of line in XYPlot and size of point, any suggestion?
And another question - how i disable legend to SimpleXYSeries? Set to null cause Error.
Aposiopesis asked 6/6, 2012 at 12:27
1
Solved
Can I add a scroll bar to the JFreeChart that allows me horizontally move the bar ?
JFreeChart chart = ChartFactory.createBarChart3D(
title,
"X",
"Y",
dataset,
PlotOrientation.VERTICAL,
t...
Conney asked 25/5, 2012 at 12:49
3
Solved
I'd like to create a polar plot where the data is plotted in mathematical orientation (thus, the series starts and the east and continues counter-clockwise). The default behavior of JFreeChart's Po...
Craniometry asked 11/8, 2010 at 13:34
4
Solved
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 allow...
Aether asked 23/3, 2012 at 17:6
2
Solved
I have updatable OHLCChart.
I need to draw a line over chart.
How to implement it?
T asked 9/2, 2012 at 16:23
4
Solved
We are using JFreeChart to make XY plots and we have a feature request to do a crosshair that moves along with the mouse and highlights the data point that most closely maps to the x-value of the m...
Dyl asked 14/12, 2009 at 17:55
1
Solved
I want to place two Time Series Charts sharing the same time domain axis above each other, both with multiple datasets.
chart1 = ChartFactory.createTimeSeriesChart("", "", "", tsc1, true, true, fa...
Vengeful asked 24/1, 2012 at 22:10
1
Solved
I need to change the format of the default tooltip in the bars drawn in the plot of a chart.
I don't know if my direction of looking at the problem is right. I am looking at the default format for...
Salts asked 19/1, 2012 at 12:24
1
Solved
I have a Gantt Chart with 5 tasks. Each task is divided into 3 sub-tasks. I need to define different color for each sub-task, e.g. Sub-task1: "light blue", Sub-task2: "blue", Sub-task3: "dark blue"...
Linneman asked 18/1, 2012 at 17:56
2
Solved
I am using JFreeChart library to plot something in an Eclipse view and currently my code for view initialization looks as follows:
@Override
public void createPartControl(Composite parent)
{
JFre...
Dentilingual asked 2/12, 2011 at 19:55
1
I am using jfreechart at the moment and want to generate a kind of scatterplot. I have 100000s of datapoints. Now I want to change each 2D point into a (3D-) stick by usind the points z-value as th...
Glottalized asked 16/12, 2011 at 9:0
1
Solved
I'm using JFreeChart to create a Time Series Chart but while I'm passing Integer values as Y-Axis it shows them as float!!
what is the problem?
I'm Creating chart like this:
this.TodaySeriesGoldP...
Stertor asked 6/12, 2011 at 11:43
1
Solved
I would like to create pole/zero plot similar to pole/zero plot. It is for displaying IIR and FIR filters properties like stability, type...
My question is: How can I set same scale (not range) f...
Meritocracy asked 8/11, 2011 at 10:0
© 2022 - 2024 — McMap. All rights reserved.