Bug in print() function?

José Luis García Pallero jgpallero at gmail.com
Tue Mar 31 02:08:35 CDT 2009


Hi,
I have one problem when I try to use the function print in Octave 3.1.54 and
3.1.55. I create a plot composed of 3 subplots and I try to generate a *.ps
file with print() function. In Octave 3.0.3 compiled for me and 3.0.4 from
Debian official repositories all runs OK and the plot is created without
errors. But with versions 3.1.54 and 3.1.55 compiled for me the plot created
hs some errors:

1. The plot is not extended the full paper
2. The titles of the subplots are mixed in the upper subplots

The code of my test script is:

subplot(3,1,1);
plot(randn(3));
title('Title for the first plot');
subplot(3,1,2);
plot(randn(3));
title('Title for the second plot');
subplot(3,1,3);
imagesc(randn(10));
tit = sprintf('First line\nSecond line\nThird line');
title(tit);
print('testplot.ps','-dpsc','-F:8');

Attached I send the example plots (converted to pdf for reduce the size, but
the original are *.ps)

Someone has the same problem?

Thanks

-- 
*****************************************
José Luis García Pallero
jgpallero at gmail.com
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090331/ec2fac6f/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testplot3.1.55.pdf
Type: application/pdf
Size: 5124 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090331/ec2fac6f/attachment.pdf 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testplot3.0.4.pdf
Type: application/pdf
Size: 5103 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090331/ec2fac6f/attachment-0001.pdf 


More information about the Bug-octave mailing list