-
| The equity plot is in linear scale. But this makes it difficult to see what happens in the beginning period. How to scale it to log scale? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            FilJed
          
      
      
        Dec 4, 2022 
      
    
    Replies: 1 comment
-
| It's bit outdated but you can try: import numpy as np
np.log(stats['_equity_curve'])And plot it. It gives you what you want. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        kernc
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
It's bit outdated but you can try:
And plot it. It gives you what you want.