Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import requests
|
|
5 |
import matplotlib
|
6 |
matplotlib.use('Agg')
|
7 |
import matplotlib.pyplot as plt
|
8 |
-
plt.rcParams["font.sans-serif"]=["SimHei"]
|
9 |
def fx_tb():
|
10 |
fig=plt.figure()
|
11 |
ax = fig.add_axes([0,0,1,1])
|
|
|
5 |
import matplotlib
|
6 |
matplotlib.use('Agg')
|
7 |
import matplotlib.pyplot as plt
|
|
|
8 |
def fx_tb():
|
9 |
fig=plt.figure()
|
10 |
ax = fig.add_axes([0,0,1,1])
|