|
@@ -161,7 +161,7 @@ async def get_trend_image(kw):
|
|
|
|
|
|
plt.gca().xaxis.set_major_formatter(mdates.DateFormatter('%Y/%m/%d'))
|
|
plt.gca().xaxis.set_major_formatter(mdates.DateFormatter('%Y/%m/%d'))
|
|
plt.gca().xaxis.set_major_locator(mdates.DayLocator(interval=30)) #座標軸刻度1天
|
|
plt.gca().xaxis.set_major_locator(mdates.DayLocator(interval=30)) #座標軸刻度1天
|
|
-
|
|
|
|
|
|
+ print(kw)
|
|
print(x_axis)
|
|
print(x_axis)
|
|
print(y_axis)
|
|
print(y_axis)
|
|
target_path = 'trend_image/'+kw+".png"
|
|
target_path = 'trend_image/'+kw+".png"
|