T O P I C R E V I E W |
AKazak |
Posted - 02/19/2021 : 10:23:09 AM OriginPro 2021b (64-bit) Beta 6 9.8.5.111 Windows 7 Pro x64 SP1
Greetings!
https://www.originlab.com/doc/LabTalk/ref/Layer-cmd#-b.3B_special_plotting_parameters suggests to use: layer -b x; to exchange X and Y axes or simulate Exchange X-Y Axes command.
However, the command has no effect on my installation. Please confirm.
Thank you.
--- Andrey |
4 L A T E S T R E P L I E S (Newest First) |
AKazak |
Posted - 02/20/2021 : 04:09:49 AM quote: Originally posted by cpyang
We will put together a short video, but in the meantime, will the following help?
https://www.originlab.com/doc/LabTalk/guide/Getting-Started-with-LT#Using_CTRL_.2B_SHIFT_to_capture_Menu_Command_and_Toolbar_Button_Script
CP
OK, now I got it, and no video is required. However, I still think it is worth updating the help page.
--- Andrey |
cpyang |
Posted - 02/19/2021 : 6:39:47 PM We will put together a short video, but in the meantime, will the following help?
https://www.originlab.com/doc/LabTalk/guide/Getting-Started-with-LT#Using_CTRL_.2B_SHIFT_to_capture_Menu_Command_and_Toolbar_Button_Script
CP
|
AKazak |
Posted - 02/19/2021 : 1:43:21 PM quote: Originally posted by cpyang
Exchange XY is on the Graph menu, many menu commands are based on LT, so hold Ctrl+SHIFT to select a menu command will often show you the actual script.
When I tried, I got
layer -b XULchange -1; CP
Dear CP,
This works: layer -b XULchange -1;
I think it is worth updating the help page.
As for the show command trick: Origin shows nothing for me if I hold Ctrl+SHIFT to select a menu command. Can you share a screenshot of this?
--- Andrey |
cpyang |
Posted - 02/19/2021 : 11:42:19 AM Exchange XY is on the Graph menu, many menu commands are based on LT, so hold Ctrl+SHIFT to select a menu command will often show you the actual script.
When I tried, I got
layer -b XULchange -1; CP
|