octave-maintainers
[Top][All Lists]
Advanced

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

Re: Example plot in Manual lacks text


From: Ben Abbott
Subject: Re: Example plot in Manual lacks text
Date: Mon, 06 Apr 2009 18:47:51 -0400


On Apr 6, 2009, at 4:14 PM, Michael D. Godfrey wrote:

No, I get:
octave:1> plot([1:100])
octave:2> print("test01.pdf")

gnuplot> set terminal pdf enhanced size 8.5,11 ;
                    ^
line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list

       line 0: No terminal defined


gnuplot> plot "-" binary format='%float64' record=100 using ($1): ($2) axes x1y1 title "" with lines linestyle 1 ;
            ^
       line 0: use 'set term' to set terminal type first


gnuplot> @
       ^
       line 0: invalid character @

octave:3>
=================================
This is on Fedora 10 Linux. And, it seems to happen always. gnuplot 4.2.3.
gnuplot
set terminal

does not list pdf!


Do you see pdfcairo in the list of devices?

Also, I assume this is where "convert" is intended to produce a pdf- file from an eps-file?

Ben




reply via email to

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