Search found 14 matches

by igorlf
Wed Jun 21, 2006 5:34 pm
Forum: JFreeChart
Topic: please help me! XYAreaRenderer
Replies: 2
Views: 2850

Hi david, thank you for the reply. this "bug" happens every time when I use the chart in Vertical orientation. If you just change the chart orientation to Horizontal, it works. Only whit log range too. If I change dont use the log range(linear) this works fine too. What can I do to resolve this prob...
by igorlf
Wed Jun 21, 2006 3:54 pm
Forum: JFreeChart
Topic: please help me! XYAreaRenderer
Replies: 2
Views: 2850

please help me! XYAreaRenderer

It's the 2th time I post it on the forum, because I don't know what I do anymore. I´m trying to run the follow sorce code, in JVM 1.5.07. In horizontal orientation, it works but in vertical orientation its dosen't works and do not show any error, the graphic just not appears. I'm sorry about the bad...
by igorlf
Tue Jun 06, 2006 2:50 pm
Forum: JFreeChart - Stockmarket
Topic: Error in XYAreaRenderer!!Please, Help!!!!!
Replies: 0
Views: 5751

Error in XYAreaRenderer!!Please, Help!!!!!

Hi everyone, this is the error and the code. Please some one help me. import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.axis.LogarithmicAxis; import org.jfree.chart.plot.PlotOrientation; import org.jfree.chart.plot.XYPlo...
by igorlf
Mon Jun 05, 2006 8:11 pm
Forum: JFreeChart
Topic: Error in XYAreaRender
Replies: 1
Views: 2965

This code explain all: import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.axis.LogarithmicAxis; import org.jfree.chart.plot.PlotOrientation; import org.jfree.chart.plot.XYPlot; import org.jfree.chart.renderer.xy.XYAreaRen...
by igorlf
Mon Jun 05, 2006 3:25 pm
Forum: JFreeChart
Topic: Error in XYAreaRender
Replies: 1
Views: 2965

Error in XYAreaRender

Hi everyone, my chart works fine, but when i change this changes: plot.setRenderer(new XYAreaRenderer()); plot.setRangeAxis(0,new LogarithmicAxis("")); plot.getRangeAxis().setRange(0.1,100); the chart stil works, but show me a stacktrace like this: sun.dc.pr.PRException: endPath: bad path at sun.dc....
by igorlf
Thu Apr 20, 2006 3:14 pm
Forum: JFreeChart
Topic: ChartPanel.setToolTipText("hi") do not work???
Replies: 0
Views: 2252

ChartPanel.setToolTipText("hi") do not work???

how can i do this metods work???
by igorlf
Sat Apr 08, 2006 2:53 am
Forum: JFreeChart
Topic: Custon Tooltip
Replies: 0
Views: 2417

Custon Tooltip

I want to stop the mouse on anyware in my XYLinechart to appear in the tooltiptext all series dataset.
by igorlf
Fri Mar 31, 2006 6:38 pm
Forum: JFreeChart
Topic: XYLine filled area underneath (Logarithmic)
Replies: 0
Views: 2647

XYLine filled area underneath (Logarithmic)

Based on this topic with a David Gilbert example http://www.jfree.org/phpBB2/viewtopic.php?p=48090#48090 i make it works fine for a linear graphic, but dosen't work when i use plot.setRangeAxis(new LogarithmicAxis("")); what i need to do??? this is the printstacktrace: sun.dc.pr.PRException: endPath...
by igorlf
Fri Mar 31, 2006 5:33 pm
Forum: JFreeChart - Stockmarket
Topic: Mountain Fill Chart - XYLine filled area underneath
Replies: 10
Views: 78090

David, your example works fine for a linear graphic, but dosen't work when i use plot.setRangeAxis(new LogarithmicAxis("")); what i need to do??? this is the printstacktrace: sun.dc.pr.PRException: endPath: bad path at sun.dc.pr.Rasterizer.endPath(Unknown Source) at sun.java2d.pipe.DuctusRenderer.cr...
by igorlf
Thu Mar 30, 2006 3:31 pm
Forum: JFreeChart
Topic: sun.dc.pr.PRException: endPath: bad path
Replies: 0
Views: 2187

sun.dc.pr.PRException: endPath: bad path

I'm trying to make a DifferenceChart, but the stacktrace show me this exception, and don't show me where is the error in my code. some one help, please! ]sun.dc.pr.PRException: endPath: bad path at sun.dc.pr.Rasterizer.endPath(Unknown Source) at sun.java2d.pipe.DuctusRenderer.createShapeRasterizer(U...
by igorlf
Wed Mar 22, 2006 8:01 pm
Forum: JFreeChart
Topic: zoom without a autorange
Replies: 3
Views: 3939

zoom without a autorange

I set the range of my X axis, but when i turn the zoom off its changing my range to the max and min points of my dataset.
Can I limit the zoom to a specific range?
by igorlf
Tue Mar 21, 2006 2:12 pm
Forum: JFreeChart
Topic: Area with a Image!
Replies: 2
Views: 3899

I´m using JFreeChart chart = ChartFactory.createAreaXYChart, and the Area of the chart got the line color, I want to put a image in the place of this color. i think the class XYImageAnnotation just put a image in a point.
by igorlf
Mon Mar 20, 2006 6:11 pm
Forum: JFreeChart
Topic: Area with a Image!
Replies: 2
Views: 3899

Area with a Image!

I want to put a image in the line area, it's possible???
by igorlf
Fri Mar 17, 2006 6:50 pm
Forum: JFreeChart
Topic: This type of graphic is possible on JFreeChart?
Replies: 0
Views: 1764

This type of graphic is possible on JFreeChart?

This graphic is very large too, and this blue think is a image. The question is, what classes i use to make this??
Can some one help me.

Image