Bug#296991: octave2.1: Additional information -- bug is in octave-forge

2005-02-26 Thread ShunTim LUK
Package: octave2.1 Version: 2.1.66-1 Followup-For: Bug #296991 On further investigation, it is octave-forge (version 2004.11.16-5) that changes the default plotting to use grace. However, "toggle_grace_use" from octave-forge doesn't work. Trace: octave:1> toggle_grace_use error: /usr/share/oct

Bug#296991: octave2.1: Octave plot depends on grace

2005-02-26 Thread ShunTim LUK
Package: octave2.1 Version: 2.1.66-1 Severity: grave Justification: renders package unusable The current octave "plot" appears to depend on grace as the default plotting bbackend and seg faults if grace is not found. Here's a trace. octave:1> t=0:pi/100:2*pi; octave:2> x=sin(t); octave:3> plot(t