Bug#477688: [Pkg-octave-devel] Bug#477688: Bug#477688: [octave3.0] print()'ing a figure with title or (x|y)labels fails with gdImageStringFT error

2008-04-29 Thread John W. Eaton
On 29-Apr-2008, Thomas Weber wrote: | On 29/04/08 17:18 +0200, Didier Raboud wrote: | > Le mardi, 29 avril 2008 17.08:04 Thomas Weber, vous avez écrit : | > > I get the warnings as well, but my plot contains the labels (maybe in a | > > different font, I don't know). | > > | > > Thomas | > | >

Bug#477688: [Pkg-octave-devel] Bug#477688: Bug#477688: [octave3.0] print()'ing a figure with title or (x|y)labels fails with gdImageStringFT error

2008-04-29 Thread Didier Raboud
Le mardi, 29 avril 2008 17.08:04 Thomas Weber, vous avez écrit : > I get the warnings as well, but my plot contains the labels (maybe in a > different font, I don't know). > > Thomas The plot itself contains the labels, but the saved version does not (for me). Regards, Didier signature.

Bug#477688: [Pkg-octave-devel] Bug#477688: Bug#477688: [octave3.0] print()'ing a figure with title or (x|y)labels fails with gdImageStringFT error

2008-04-29 Thread Thomas Weber
Am Freitag, den 25.04.2008, 13:06 +0200 schrieb Rafael Laboissiere: > > > > If I enter the following in Octave 3.0.1-1 : > > --- Test Case --- > > figure; > > plot(1:2,1:2); > > xlabel('Label X'); > > ylabel('Label Y'); > > title('Title'); > > legend('Blue Line'); > > print('/tmp/testcase.png'); >