octave-maintainers
[Top][All Lists]
Advanced

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

Re: hold on with mixed plot types


From: Bill Denney
Subject: Re: hold on with mixed plot types
Date: Fri, 8 Jul 2005 09:04:58 -0400 (EDT)

I think that it should produce a semilogy plot with both data sets on it. It might be good to have a warning that it's changing the axes as well.

Bill

On Thu, 7 Jul 2005, John W. Eaton wrote:

What should happen for

 hold on
 plot (x, y);
 semilogy (x, y);

?

jwe


--
"I've found that people who are great at something are not so much convinced of their own greatness as mystified at why everyone else seems so incompetent."
  -- Paul Graham, http://paulgraham.com/gh.html




reply via email to

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