評分:0, 年:0, 月:0, 週:0, 日:0, [+1 / -1] 最後更新:2019-03-08 15:10:42
這裡程設超新手
正開始學python
網路上看到
import pandas as pd
import matplotlib.pyplot as plt
s = pd.Series([1, 2, 3])
fig, ax = plt.subplots()
s.plot.bar()
fig.savefig('my_plot.png')
看不懂
fig, ax = plt.subplots()
plt.subplots()會跑出個空白的圖
為甚麼可以assign給fig 和 ax
這是甚麼意思?
fig.savefig('my_plot.png')
而且他怎麼可以這樣存檔?
圖不是用s序列裡的值畫出來的嗎?
然後我想依樣畫葫蘆
import pandas as pd
import matplotlib.pyplot as plt
import mglearn
fig = mglearn.plots.plot_linear_regression_wave()
fig.savefig('my_plot.png')
想把這張圖mglearn.plots.plot_linear_regression_wave()存成檔案
不知道跟怎麼做才對
現在遇到問題上網爬文 連爬文有時都看不懂
不知道各位一開始都是怎麼學習的?
還有在哪個論壇討論?
我爬文常常會爬到stackoverflow
不確定是不是該去那邊半個帳號