lyunm1206
		
	commited on
		
		
					Commit 
							
							·
						
						b954b38
	
1
								Parent(s):
							
							347ee57
								
ver
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -15,7 +15,7 @@ if file is not None: 
     | 
|
| 15 | 
         | 
| 16 | 
         
             
                # Create a new plot
         
     | 
| 17 | 
         
             
                figure = pyplot.figure()
         
     | 
| 18 | 
         
            -
                axes = figure. 
     | 
| 19 | 
         | 
| 20 | 
         
             
                # Load the STL files and add the vectors to the plot
         
     | 
| 21 | 
         | 
| 
         | 
|
| 15 | 
         | 
| 16 | 
         
             
                # Create a new plot
         
     | 
| 17 | 
         
             
                figure = pyplot.figure()
         
     | 
| 18 | 
         
            +
                axes = figure.add_subplot(projection='3d')
         
     | 
| 19 | 
         | 
| 20 | 
         
             
                # Load the STL files and add the vectors to the plot
         
     | 
| 21 | 
         |