T O P I C R E V I E W |
cts18488 |
Posted - 06/23/2025 : 09:08:47 AM Origin Ver. 2024b and Service Release (Select Help-->About Origin): Operating System: Windows 11
Hi,
How can I set up "Map Row to y" using python? (the one highlighted in red in picture)
Thank you!
 |
1 L A T E S T R E P L I E S (Newest First) |
ChaoC |
Posted - 06/23/2025 : 11:57:35 AM Hello,
Please see the documentation for xymap here: https://docs.originlab.com/originpro/classoriginpro_1_1matrix_1_1MSheet.html#a9480b6e986bb6f0858717d4d6d8e36ad
E.g.
x1,x2,y1,y2=ms.xymap ms.xymap=0,10,0,100
Best, Chao |
|
|