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.
Tags:
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.
Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer
Hello,
The LK
plotopt()
function is not well documented. I've added more descriptions to the function options for the next update to SAM.In the meantime:
plotopt( { 'window' = [50,25,600,300] } ); // positions the window at x=50px, y=25px with width=600px, height=300px
plotopt( { 'window' = [50,25] } ); // positions the window at x=50px, y=25px with default size
Best regards,
Paul.