help-octave
[Top][All Lists]
Advanced

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

Re: line 0: invalid command


From: mlr31
Subject: Re: line 0: invalid command
Date: Sat, 1 Feb 2014 10:52:10 -0800 (PST)

Hello,

I got often very similar errors when executing octave on a Linux server with
a remote display based on a X11 server under Windows 7.

When both computers are on the same LAN (100 Mbit/s Ethernet), I never see
any error.

When doing the same plots with the windows PC at home connected to the
server via a VPN over an ADSL link, most of the plots are producing errors
like this one (IM is a 120x682 matrix):

octave:2> surf(IM);
octave:3> 
gnuplot>  nset view;
              ^ line 0: invalid command

If I generate a PNG file instead of a display, it works. This is really
linked to the use of the X11 display.

I don't think that this is a problem on the octave side because I have
similar errors and strange behaviours using gnuplot scripts written
manually. The scripts generate correct display on the LAN and fail or
generate garbage display over the VPN.

I am using octave 3.6.4 (compiled from sources) and gnuplot 4.2 patchlevel 6
(Fedora 13 standard package).

Marc




--
View this message in context: 
http://octave.1599824.n4.nabble.com/line-0-invalid-command-tp4655195p4661558.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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