[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plot Problem
From: |
Thomas D. Dean |
Subject: |
Plot Problem |
Date: |
Thu, 9 Jun 2016 13:09:34 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 |
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
- Plot Problem,
Thomas D. Dean <=