Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
sangjung
Posted - 06/17/2025 : 01:00:16 AM Origin Ver. and Service Release (Select Help-->About Origin):2024b Operating System: Win10
Hello,
I'm creating an automation tool in Python to generate graphs in OriginLab. I've successfully added a right Y-axis and specified its range. However, I'm unsure how to modify the axis title for this right Y-axis.
======================= import originpro as op import numpy as np
op.set_show(True) book = op.new_book('w', 'MyBook') wks = book.add_sheet('SPACE')
Posted - 06/17/2025 : 6:07:36 PM It works !!! Thank you very much ^^
YimingChen
Posted - 06/17/2025 : 08:59:58 AM It seems the Python code does not support setting the right Y-axis title. As a workaround, you can use LabTalk to set the title. Please replace the last line with: