Search found 168 matches

by uvoigt
Tue Mar 17, 2009 3:25 pm
Forum: JFreeChart
Topic: panning code example
Replies: 23
Views: 22446

Re: panning code example

The problem for the delegating objects is that most of the methods they need are private. This inhibits a simple and clean solution.

Methods could be made public but most of them shouldn't be used in public context.
by uvoigt
Tue Mar 17, 2009 11:19 am
Forum: JFreeChart
Topic: panning code example
Replies: 23
Views: 22446

Re: panning code example

paradoxoff wrote:In fact this class should even become simpler if the response to mouse events is delegated to other objects.
I like this idea very much!
by uvoigt
Tue Mar 17, 2009 11:07 am
Forum: JFreeChart
Topic: panning code example
Replies: 23
Views: 22446

Re: panning code example

I have checked the link at it's working fine for me. I used WinRAR too.

paradoxof also seemed to have success. So please try again.
by uvoigt
Fri Mar 13, 2009 12:02 pm
Forum: JFreeChart
Topic: panning code example
Replies: 23
Views: 22446

Re: panning code example

There are some threads about panning. Nothing has find the way into JFreeChart distribution. I have contributed my way of panning XYPlots: https://sourceforge.net/tracker2/?func=detail&aid=2686040&group_id=15494&atid=315494 Maybe that's a solution for you. David: have a look on it. Maybe this is int...
by uvoigt
Thu Feb 12, 2009 9:04 am
Forum: JFreeChart
Topic: Plot Negative Infinity and Positive Infinity
Replies: 4
Views: 4350

The (X/Y/Z)dataset must have two counters for every dimension: one counter for positive infinite values and one for negative infinite values. Everytime an infinite value is added/removed the dataset increases/decreases the counter. The dataset method containsInfinite returns true if the correspondin...
by uvoigt
Tue Feb 10, 2009 1:20 pm
Forum: JFreeChart
Topic: Plot Negative Infinity and Positive Infinity
Replies: 4
Views: 4350

Hello David, we should care about infinite values. I have tested infinite values with XYPlot and step renderer. Good news: No exception. Bad news: The autorange mechanism does not work well. The axis limits are set to infinite which results in a straight line for all non infinite values and in no li...
by uvoigt
Mon Dec 15, 2008 3:19 pm
Forum: JFreeChart
Topic: GridLines at the ends of the axis
Replies: 22
Views: 18238

Uuuh, I never thought that such a bug could exist in a released JDK........
by uvoigt
Mon Dec 15, 2008 12:14 pm
Forum: JFreeChart
Topic: GridLines at the ends of the axis
Replies: 22
Views: 18238

Hi David,

I have tested it with different java versions:

1.5.0_13: the two left lines are displaced by one pixel
1.6.0_07, 1.6.0_10 and 1.6.0_11: the rightmost line is displaced by one pixel

So it seems that something has changed from 1.5 to 1.6.
by uvoigt
Mon Dec 15, 2008 10:12 am
Forum: JFreeChart
Topic: GridLines at the ends of the axis
Replies: 22
Views: 18238

Hello David, sometimes tomorrow takes a long time :wink: Did you have a look on it? The described problem (gridline is one pixel off the axis ticks) still exists. RenderingHints hints = new RenderingHints(RenderingHints.KEY_STROKE_CONTROL, RenderingHints.VALUE_STROKE_PURE); chart.setRenderingHints(h...
by uvoigt
Thu Dec 04, 2008 12:06 pm
Forum: JFreeChart
Topic: Flickering of Graphs
Replies: 4
Views: 3966

Which JFreeChart version do you use?
Which JDK version do you use?
Do you use tooltips?

Please give some more details.
by uvoigt
Fri Sep 26, 2008 2:23 pm
Forum: JFreeChart
Topic: Slowdown in JFreeChart display
Replies: 19
Views: 20346

How long does your plots need to be rendered? Just to get an imagination if we are talking about 60s or 0.1s.
by uvoigt
Thu Sep 25, 2008 8:21 am
Forum: JFreeChart
Topic: Missing reset() method for RendererState?
Replies: 9
Views: 5850

Hi David,
thanks for integrating my proposal to JFreeChart. I have updated my renderers to 1.0.11 and they are running quite well now! Your committed solution seems to meet all needs.

Thanks!
Ulrich
by uvoigt
Thu Jun 19, 2008 8:52 am
Forum: JFreeChart
Topic: Missing reset() method for RendererState?
Replies: 9
Views: 5850

Hi David, I think you have understood me right. But I think the method could not be called by the renderer but by the plot. I am not sure... To get a better basis for the discussion I have commited a patch ( https://sourceforge.net/tracker/index.php?func=detail&aid=1997549&group_id=15494&atid=315494...
by uvoigt
Thu Jun 12, 2008 10:28 am
Forum: JFreeChart
Topic: Missing reset() method for RendererState?
Replies: 9
Views: 5850

Hi David,
did you already have a look on it?

Ulrich
by uvoigt
Wed May 28, 2008 11:29 am
Forum: JFreeChart
Topic: Missing reset() method for RendererState?
Replies: 9
Views: 5850

The described problem still exist. What are your opinions about that?