octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plotyy gnuplot error?


From: Levente Torok
Subject: plotyy gnuplot error?
Date: Thu, 11 Jun 2009 10:56:03 +0200
User-agent: KMail/1.11.2 (Linux/2.6.27-14-generic; KDE/4.2.2; i686; ; )


Hi All,


I tried to scan for this bug on the mail list but I haven't found a definitive response to this.
So here is my recognition.


On octave-3.0.5 and gnuplot version 4.2.5
the following code


ax = plotyy( ppv_cope.x, ppv_cope.y, ppv_cope.x, ppv_cope.n, @plot, @semilogy );
ylabel(ax(1),"left");
ylabel(ax(2),"right");
xlabel("bottom");
title( "title");
print("test.ps","-dps");


The result test.ps labels 'left' and 'right' are missing.
Certainly this is a bounding box problem.
Maybe a gnuplot problem.
Is it possible to circumvent this?


Levente


ps: does anybody know how to persuade gnuplot
--
Blogger of http://fapuma.blogspot.com



Attachment: test.ps
Description: PostScript document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]