quote:
Originally posted by cpyang
doc -e lw {lay -a}
Maybe you should try the Browser Graph in 2020b, see
http://blog.originlab.com/introducing-the-browser-graph
CP
Thank you for sharing this.
I also constructed the following snippet for updating both X- and Y-axis at the same time:
Loop (num,1,page.nlayers)
//loop from 1 to the # of layers in the page
{
type "layer number $(num)";
layer -s $(num); // make layer active
// https://www.originlab.com/doc/LabTalk/ref/Rescale-macro
Rescale; // rescale layer
};
Thank you for suggesting the Browser Graph in 2020b.
My current version is 2019b (64-bit) 9.6.5.169, but the license update is ongoing.
Can I run the browser in 2019b?