[Thread Prev][Thread Next][Index]

Re: [ferret_users] Putting a pseudo-variable on the J axis



Hi Pearse,

I’ve manually defined a new variable like so:

let y_metres = {1.74779531E+05, 1.74779531E+05, 1.76507196E+05, 907E+05,
[. . . ]
1.74779531E+05, 1.74779531E+05}

This new variable (y_metres) is automatically put on the I axis. I was wondering how I might specify it to be on the J axis.


That's exactly where you use the YSEQUENCE function:

let y_meters = YSEQUENCE( { . . . your list of values . . . } )

Having said that, I wonder how you will be using this variable. Depending on that, there may be a better way to proceed.

Cheers,

Ryo

[Thread Prev][Thread Next][Index]