Re: [JFreeChar] What is the best kind of charts for my problem ?
- From: "Jeff Higgins" <oohiggins@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 09:39:47 -0400
sylsau wrote:
Hi,
I begin with JFreeChart so it's a little bit difficult for me. So
excuse me if my question seems to you very simple !
So, I have data that could be displayed in a histogram at 2
dimensions. In the X Axis, the values are doubles and in the Y Axis
the values are integers.
For example, I would like to put a bar of my histogram at the value
1.32 on the X Axis with a value of 45 on the Y axis.
The JFreeChart FAQ addresses this in
Frequently Asked Questions #7.
<http://www.jfree.org/jfreechart/faq.html>
<http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/axis/NumberAxis.html>
Besides, I would<http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/renderer/category/BarRenderer.html>
like to speciy the width of my bar.
So, my question is : what kind of JFreeChart charts I must use to do
that ?
Thanks by advance for your help.
.
- Follow-Ups:
- Re: [JFreeChar] What is the best kind of charts for my problem ?
- From: Jeff Higgins
- Re: [JFreeChar] What is the best kind of charts for my problem ?
- References:
- Prev by Date: RMI server lifecycle/threading
- Next by Date: Re: [JFreeChar] What is the best kind of charts for my problem ?
- Previous by thread: [JFreeChar] What is the best kind of charts for my problem ?
- Next by thread: Re: [JFreeChar] What is the best kind of charts for my problem ?
- Index(es):
Relevant Pages
|