plotopt formating lk script

  • tamirlance
  • Topic Author
More
21 Nov 2018 22:28 #6510 by tamirlance
plotopt formating lk script was created by tamirlance
Is there any documentation on how to use all the features in plotopt?

Specifically, how do you use scale and window? I would like the plots to appear bigger before saving them.

Please Log in or Create an account to join the conversation.

  • pgilman
More
26 Nov 2018 13:19 #6511 by pgilman
Replied by pgilman on topic plotopt formating lk script
Hello,

The LK
Code:
plotopt()
function is not well documented. I've added more descriptions to the function options for the next update to SAM.

In the meantime:

Code:
plotopt( { 'window' = [50,25,600,300] } ); // positions the window at x=50px, y=25px with width=600px, height=300px


Code:
plotopt( { 'window' = [50,25] } ); // positions the window at x=50px, y=25px with default size


Best regards,
Paul.

Please Log in or Create an account to join the conversation.

Moderators: pgilman
Powered by Kunena Forum