pgnuplot stops function in Octave 3.0.1

Brian Kirklin bkirklin at quantapoint.com
Mon Jul 7 08:38:33 CDT 2008


Michael Goffioul wrote:
> On Thu, Jul 3, 2008 at 9:25 PM, gOS <bkirklin at quantapoint.com> wrote:
>   
>> It was enough to cause it again just by typing:
>>
>> plot(1:100,1:100)
>> title('blah')
>>
>> So long as:
>> <code>
>> set(0, 'defaulttextfontname', '*')
>> </code>
>> was not in my .octaverc file.
>>
>> When I have it, Octave doesn't crash.
>>     
>
> Indeed, I can see the warning, but octave does not crash for me.
> BTW, is it octave or pgnuplot that crashes?
>
> Michael.
>
>   
Pgnuplot is the only thing that crashes, so the bug itself may not 
belong to Octave. But as all plotting functionality is lossed after 
pgnuplot crashes, its a bit of a problem. Anyway, that line of code I 
posted earlier fixed it for me. Weird.


More information about the Bug-octave mailing list