The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Python
 How to change Map Row to y using Python

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000