|
From: Joe K. <jko...@co...> - 2006-10-12 16:06:53
|
on 10/12/06 9:01 AM, Daniel Farrell at boy...@gm... wrote: > Hello, > > I have recently need to apply a patch to gnuplot to add some > functionality. I applied it to the developer version of gnuplot > (4.2). However, it seem that the aqua terminal is not an option for > this version. Do you have any advice? Should I apply the patch to the > current release version instead? Or are there some compile options > that I can turn on to make it available? > > Regards, > > Daniel. > Daniel, AquaTerm works with gnuplot-4.2.rc1 on my G5 Mac built with OS X 10.4.8 and Xcode-2.4 developer tools. I did nothing more than my old configuration for gnuplot-4.0 to build it. All my old gnuplot and octave routines work properly with AquaTerm. The only issue that I have with AquaTerm is that octave now passes figure numbers via the gnuplot command line, not with set term. This means that all figures are Figure 0 for octave/gnuplot/aqua, which can become confusing when several windows are open. The wxt terminal will have the same issue. Joe |