help-octave
[Top][All Lists]
Advanced

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

Re: [OS X] octave cannot start a properly working gnuplot


From: Leo Liu
Subject: Re: [OS X] octave cannot start a properly working gnuplot
Date: Fri, 26 Apr 2013 03:10:14 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

On 2013-04-26 02:17 +0800, Dmitri A. Sergatskov wrote:
> What is output of
> octave> gnuplot_binary
>
> ?
>
> If you do
> octave> system(gnuplot_binary)
>
> do you get gnuplot startup windows and the prompt?

Everything seems working as expected.

################################
octave:1> gnuplot_binary 
ans = gnuplot
octave:2> system(gnuplot_binary)

        G N U P L O T
        Version 4.6 patchlevel 2    last modified 2013-03-14 
        Build System: Darwin x86_64

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

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help FAQ"
        immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'x11'
gnuplot> plot(sin(x))
################################



reply via email to

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