help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plplot


From: Thomas Walter
Subject: Re: plplot
Date: Fri, 21 Jul 2000 11:54:41 +0200

>>>>> "Dirk" == Dirk Eddelbuettel <address@hidden> writes:

    Dirk> On Thu, Jul 20, 2000 at 10:27:55AM +0200, address@hidden wrote:
    >> have anyone ever succeeded in installing PLPLOT under octave 2.0.16 ?
    >> I found the INSTALL file very difficult to understand and obviously
    >> incompatible with an easy installation on my 2.0.16. I would love some
    >> help.

    Dirk> What is your platform?  Debian includes an octave-plplot package [1] 
which
    Dirk> is maintained by Rafael Laboissiere [2]. You might want to talk to 
him. I
    Dirk> don't use this regularly, but I just tried 

    Dirk>       octave:1> use_plplot
    Dirk>       octave:2> plot(randn(100,1))

    Dirk> which worked fine on my Debian laptop which is running 2.0.16.91.

[snip]

Hello,
it works fine as long as you do not have

whitespace_in_literal_matrix = "ignore";

in your '$(HOME)/.octaverc' which is my preferred setting as this
avoids a lot misunderstanding by me and you are free to write
vectors/matrices with a layout which is best to your taste.

The problem are some '[1 2 3]' vectors/matrices.  If you change them
to '[1, 2, 3]' all works fine.

Maybe this note helps others.

Bye
Thomas


-- 
Was gibt sieben mal sieben?  Ganz feinen Sand. 8-)

----------------------------------------------
Dipl. Phys. Thomas Walter
Inst. f. Physiklische Chemie II
Egerlandstr. 3                          Tel.: ++9131-85 27326 / 27330
91058 Erlangen, Germany                 email: address@hidden



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]