|
From: | Doug Stewart |
Subject: | Re: Plot Problem |
Date: | Thu, 9 Jun 2016 17:31:09 -0400 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |