Search found 3 matches
- Wed Sep 24, 2008 9:53 am
- Forum: JFreeChart
- Topic: NumberTickUnit and Gridlines of Domain and Range
- Replies: 19
- Views: 29148
As your patches need to be applied all at once, I would create only one diff file with all the changes. To easen applying the patch: 1. Copy the source directory as another name (for example, patch). 2. Overwrite the original files in the patch directory (DateAxis.java, etc) with the patched ones. N...
- Tue Sep 23, 2008 10:27 am
- Forum: JFreeChart
- Topic: NumberTickUnit and Gridlines of Domain and Range
- Replies: 19
- Views: 29148
The problem is that I need this functionality now, so I'm trying to apply the patches to the sources but I only get errors. I tried the following: 1. Download the patches and unzip them to the jfreechart 1.0.10 base directory. 2. Change header in file Axis-minorGridTickPatch.diff from --- C:/Program...
- Tue Sep 23, 2008 8:15 am
- Forum: JFreeChart
- Topic: NumberTickUnit and Gridlines of Domain and Range
- Replies: 19
- Views: 29148
JFreeChart 1.0.11 has been released and it has not included this patch. Are you planning to update it? I tried downloading the current patches but they reference files with absolute paths like C:/Programme/jfreechart-1.0.10/patch/Axis/Axis-org.java which don't exist. I think that I can find most of ...