help-octave
[Top][All Lists]
Advanced

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

Re: plotting question


From: Gergely CZUCZY
Subject: Re: plotting question
Date: Sat, 2 Dec 2006 17:10:24 +0100
User-agent: mutt-ng/devel-r804 (FreeBSD)

On Sat, Dec 02, 2006 at 08:06:50AM -0800, Robert A. Macy wrote:
> You should tell the group what you're running and on what
> platform.
it's GNU Octave, version 2.1.73 (i386-portbld-freebsd6.2)

this solution works:
multiplot(1, 2);
mplot(sol, salary, '-;sol->salary;');
mplot(savings, soleff, '-;soleff;',
      savings, newsav, '-;newsav;');
oneplot();

but when i tried to do
multiplot(1, 2);
mplot(sol, salary, '-;sol->salary;');
mplot(savings, soleff, '-;soleff;');
hold on;
plot(savings, newsav, '-;newsav;');
hold off;
oneplot();

it did a completely different thing (worth to check).

i also tried to play around with subwindow() but
neither that helped.


Bye,

Gergely Czuczy
mailto: address@hidden

-- 
Weenies test. Geniuses solve problems that arise.

Attachment: pgpg1nJW6ZVrf.pgp
Description: PGP signature


reply via email to

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