[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
plotyy without specified x values
From: |
Fritz Sonnichsen |
Subject: |
plotyy without specified x values |
Date: |
Fri, 30 Mar 2018 11:50:23 -0400 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
I want to do a double y plot:
==== read data =====
plotyy(x,y1,x,y2)
However the x values are not specified in the file thus I just want to
plot the y sequences without specifying x. So I am looking for something
like:
plotyy(: , y1 , : , y2)
This syntax does not work for course. Is there a way to do this?
Thanks
Fritz
- plotyy without specified x values,
Fritz Sonnichsen <=