From help-request at octave dot org Thu May 12 12:14:38 2005 Subject: Plotting problem with grace From: To: Date: Thu, 12 May 2005 09:47:59 -0500 Hi, I have just succeeded getting octave (2.9.2) and octave-forge (2004-11-16) to compile on Cygwin with a gcc-3.3.3 compiled with --disable-sjlj-exceptions. This increased loop execution speed by a factor of at least 10. I have also installed grace (5.1.18) and am trying to use it as 2D-plotting tool in octave. However, just doing a simple plot produces a whole bunch of error messages (but the plot appears anyway): (using toggle_grace_use to switch to grace) Octave:2> a=rand(100,1); octave:3> plot(a) warning: in fopen near line 23, column 13: warning: fopen: default open mode is now binary warning: concatenation of different character string types may have unintended consequences error: `mark_for_deletion' undefined near line 100 column 1 error: called from `__grpltfmt__' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/__grpltfmt__.m' error: called from `__plt2vv__' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/__plt2vv__.m' error: evaluating if command near line 51, column 5 error: evaluating if command near line 46, column 3 error: called from `__plt2__' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/__plt2__.m' error: called from `__plt1__' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/__plt1__.m' error: evaluating if command near line 32, column 3 error: called from `__plt__' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/__plt__.m' error: called from `plot' in file `/usr/local/share/octave/2.9.2/site/octave-forge-alternatives/m/graceplo t/plot.m' Any idea? Thanks Reiner ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------