help-octave
[Top][All Lists]
Advanced

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

Re: Plot Problem


From: Doug Stewart
Subject: Re: Plot Problem
Date: Thu, 9 Jun 2016 17:31:09 -0400



On Thu, Jun 9, 2016 at 4:09 PM, Thomas D. Dean <address@hidden> wrote:
Most likely, this is between my ears, but...

plot([1:2:10],[1,3,2,4,5],'o')

and

plot([10 .^ [1:2:10]],[1,3,2,4,5],'o')

are different.

I read this to be plot(X,Y,'o') where the only difference should be the labels on the X axis.

Correct?  What am I doing wrong?

Tom Dean

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave

In the first plot you are plotting a straight line and in the second plot it is an exponential.
what did you want to do?


--
DASCertificate for 206392


reply via email to

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