- Posts: 8
 
plotopt formating lk script
- tamirlance
 - Topic Author
 
        Less
        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.
    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.
- Paul Gilman
 
        Less
        More
        
            
    
        - Posts: 5666
 
            
        
                26 Nov 2018 13:19                #6511
        by Paul Gilman
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Paul Gilman on topic plotopt formating lk script            
    
        Hello,
The LK
function is not well documented. I've added more descriptions to the function options for the next update to SAM.
In the meantime:
Best regards,
Paul.
    
    The LK
Code:
plotopt()
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: Paul Gilman    
 
 



