help-octave
[Top][All Lists]
Advanced

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

Re: Decoding error message


From: Ben Abbott
Subject: Re: Decoding error message
Date: Fri, 11 Jul 2008 07:05:31 -0400


On Jul 11, 2008, at 6:58 AM, asha g wrote:

This is what I get:
Asha

octave:4> system("which gnuplot")
/usr/local/bin/gnuplot
ans = 0

Ok, I can't tell which version that one might be. Try

        octave:1> system("gnuplot")

You should get

        G N U P L O T
        Version 4.2 patchlevel 3
        last modified Mar 2008
        System: Darwin 9.4.0

        Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
        Thomas Williams, Colin Kelley and many others

        Type `help` to access the on-line reference manual.
        The gnuplot FAQ is available from http://www.gnuplot.info/faq/

Send bug reports and suggestions to <http://sourceforge.net/projects/gnuplot >

To return type

        gnuplot> exit

You're looking for the "Version" and "patchlevel". Do you get 4.2 and 3?

Ben




reply via email to

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