Hi, Alan,

On Mar 4, 2010, at 17:30 , Alan W. Irwin wrote:

> On my own Linux system I confirm the above except I get good  
> results for
> octave example 29.  Note, I have octave-3.0.1 installed

I think this difference is due to the use of Octave's strcat function  
in examples/octave/x29c.m. I am running Octave 3.2.3.  According to...

http://www.gnu.org/software/octave/NEWS-3.2.html

>>  ** Changes to strcat.
>>
>>     The strcat function is now compatible with Matlab's strcat
>>     function, which removes trailing whitespace when concatenating
>>     character strings.  For example
>>
>>       strcat ('foo ', 'bar')
>>       ==> 'foobar'
>>
>>     The new function cstrcat provides the previous behavior of
>>     Octave's strcat.

I have confirmed that the differences are missing whitespace in the  
captions (e.g. "...UTC near..." vs ",,,UTCnear...").

I think we can change...

  title = strcat("@frPLplot Example 29 - TAI-UTC ", title_suffix);

...to...

  title = ["@frPLplot Example 29 - TAI-UTC ", title_suffix];

...if it works in 3.0.1 (it does in 3.2.3).

I'm still digesting the rest of your reply.

Dave


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to