[Bug 505854] Re: plot does not work with octave 3.2

2010-02-16 Thread Andreas Wenning
Works for me in karmic (as long as I have gnuplot installed).

-- 
plot does not work with octave 3.2
https://bugs.launchpad.net/bugs/505854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505854] Re: plot does not work with octave 3.2

2010-02-15 Thread Alain Baeckeroot
currently i don't care about lucid.
When this fix/rebuild will be done in karmic ?

-- 
plot does not work with octave 3.2
https://bugs.launchpad.net/bugs/505854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505854] Re: plot does not work with octave 3.2

2010-02-13 Thread Andreas Wenning
Fixed in lucid. Thanks for reporting the bug though; and feel free to
report any other bugs you find.

** Changed in: octave3.2 (Ubuntu)
   Status: New => Fix Released

-- 
plot does not work with octave 3.2
https://bugs.launchpad.net/bugs/505854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505854] Re: plot does not work with octave 3.2

2010-01-12 Thread Alain Baeckeroot
The rebuild is still not perfect:
I rebuilded from source as indicated above, and put higer version number 
I have removed gnuplot, and all unneeded plplot stuff, to keep only what i need

$ dpkg -l | grep plplot|awk '{print $1 "\t"  $2 "\t"  $3}'
ii  libplplot9  5.9.2-32-AL1
ii  octave-plplot   5.9.2-32-AL1
ii  plplot-bin  5.9.2-32-AL1
ii  plplot-doc  5.9.2-32-AL1
ii  plplot9-driver-cairo5.9.2-32-AL1
ii  plplot9-driver-gd   5.9.2-32-AL1

if i produce an error (not togle_plplot_use before trying to plot) then next 
invocation will fail:
1/ This is ok :
--
octave:1> x=[0, 1, 3, 4, -1]; y = [ -1, 4, 6, -2, 1];
octave:2> toggle_plplot_use
Use PLplot: on
octave:3> plot(x,y)
Requested device xwin not available

Plotting Options:
 < 1> ps PostScript File (monochrome)
 < 2> pscPostScript File (color)

2/ With an error first, then it fails and i need to retart octave:
octave:1> x=[0, 1, 3, 4, -1]; y = [ -1, 4, 6, -2, 1];
octave:2> plot(x,y)
sh: gnuplot: not found
sh: gnuplot: not found
error: you must have gnuplot installed to display graphics; if you have gnuplot 
installed in a non-standard location, see the 'gnuplot_binary' function
octave:3> toggle_plplot_use
Use PLplot: on
octave:4> plot(x,y)
^C^CPress Control-C again to abort.

-- 
plot does not work with octave 3.2
https://bugs.launchpad.net/bugs/505854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505854] Re: plot does not work with octave 3.2

2010-01-11 Thread Alain Baeckeroot

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/37711568/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/37711574/XsessionErrors.txt

-- 
plot does not work with octave 3.2
https://bugs.launchpad.net/bugs/505854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs