File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77warn_deprecated (since = '2.1' ,
88                name = 'mpl_toolkits.axes_grid' ,
99                alternative = 'mpl_toolkits.axes_grid1 and' 
10-                             ' mpl_toolkits.axisartist provies the same ' 
11-                             ' functionality' ,
10+                             ' mpl_toolkits.axisartist, which provide ' 
11+                             ' the same  functionality' ,
1212                obj_type = 'module' )
Original file line number Diff line number Diff line change 77from  matplotlib .transforms  import  Affine2D , Transform 
88from  matplotlib .testing .decorators  import  image_comparison 
99
10- from  mpl_toolkits .axes_grid .parasite_axes  import  ParasiteAxesAuxTrans , \ 
11-      SubplotHost 
10+ from  mpl_toolkits .axes_grid1 .parasite_axes  import  ParasiteAxesAuxTrans 
11+ from   mpl_toolkits . axisartist   import  SubplotHost 
1212from  mpl_toolkits .axes_grid1 .parasite_axes  import  host_subplot_class_factory 
1313from  mpl_toolkits .axisartist  import  angle_helper 
1414from  mpl_toolkits .axisartist .axislines  import  Axes 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments