Search found 3 matches
- Sat Oct 14, 2006 8:36 pm
- Forum: JFreeChart
- Topic: Offscreen Imaging: X11, DISPLAY, BufferedImage
- Replies: 46
- Views: 3453303
Useful info on running jfreechart under Tomcat5 "headle
Three things I recently discovered about running JFreeChart under Tomcat5 on CentOS 4 (a community version of RedHat Enterprise), running with Java 1.5: a. I was able to run with the jcommon and jfreechart jars in ~tomcat5/common/lib b. To get Tomcat to run in "headless" mode, I placed the following...
- Mon Oct 09, 2006 2:24 am
- Forum: JFreeChart
- Topic: Multiple (4) axis and series bar charts
- Replies: 0
- Views: 3267
Multiple (4) axis and series bar charts
Hi, First, I'm running 0.9.21, so if the problem described below is fixed, just let me know. I'm trying to extend DualAxisDemo5 to support four(4) series (0-based). My example below almost works, but it overlays the two middle bars (numbers 1 and 2). I added null series as follows (referencing the '...
- Wed Feb 23, 2005 2:25 am
- Forum: JFreeChart
- Topic: dynamic addition and removal of timeseries overlays
- Replies: 1
- Views: 3505
dynamic addition and removal of timeseries overlays
Adapting the techniques from OverlaidXYPlotDemo2, I have a simple program which creates and displays a time series plot, and then dynamically -- in response to the user pressing a button -- adds an overlaid time series. All the overlays share the same domain and range axes as the main plot in this e...