Search found 3 matches

by schultjd
Thu Jan 19, 2012 5:29 pm
Forum: JFreeChart
Topic: No Annotation at 1.0.14 for RCP-SWT app
Replies: 1
Views: 2328

No Annotation at 1.0.14 for RCP-SWT app

I am unable to get an annotation to show on any JFreeChart when built as an SWT application. Previous versions have worked fine. The procedure that I have used to build the RCP plugin for JFreeChart is given at: http://www.vogella.de/articles/EclipseJFreeChart/article.html The test case is also prov...
by schultjd
Sat Nov 14, 2009 4:23 am
Forum: JFreeChart
Topic: XYBoxAnnotation
Replies: 2
Views: 3606

XYBoxAnnotation

I created an XYLineChart and because the data was related to subsurface I inverted the range axis. Everything was fine - then I decided to add XYBoxAnnotation and couldn't get it to show up. After re-trying the demo and getting it to work I decided to comment out the axis invert statement and there ...
by schultjd
Sat May 02, 2009 2:09 pm
Forum: JFreeChart
Topic: Map grid possible, X=Y always?
Replies: 4
Views: 5349

Map grid possible, X=Y always?

Is it possible to create an XY plot with the x and y axes always equal no matter how the user zooms? That is, honor the longest requested length for the zoom and then create a square area from this longest length. The main thing is that the "chart" actually honor a square grid where 1 unit in x alwa...