On 2010-03-04 20:43-0800 David MacMahon wrote:

> I think we can change [in octave example 29]...
>
> 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).

Thanks for that suggestion for avoiding strcat whose effect depends on
octave version. (Ugh!) This suggestion works for me as well with
octave-3.0.1. Therefore, I have committed this change (revision 10846) even
though my knowledge of octave is minimal.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
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