lyunm1206 commited on
Commit
b954b38
·
1 Parent(s): 347ee57
Files changed (1) hide show
  1. app.py +1 -1
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.gca(projection='3d')
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