第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Matplotlib 圖像未出現(xiàn)在 Visual Studio Code 中

Matplotlib 圖像未出現(xiàn)在 Visual Studio Code 中

炎炎設(shè)計 2022-10-06 19:52:47
我編寫了一個使用 maplotlib 和 seaborn 的示例程序:import matplotlib as pltimport numpy as npimport randomimport seaborn as snsrolls = [random.randrange(1, 7) for i in range(600)]values, frequencies = np.unique(rolls, return_counts=True)title = f'Rolling a Six-Sided Die {len(rolls):,} Times'sns.set_style('whitegrid')axes = sns.barplot(x=values, y=frequencies, palette='bright')一切都計算正確(為簡潔起見,我省略了打?。?,但沒有顯示任何內(nèi)容。我已經(jīng)嘗試過在命令行下和 vscode 下。我正在運行 Windows 7、python 3.7.7 和 conda 4.8.3我錯過了什么?
查看完整描述

1 回答

?
DIEA

TA貢獻1820條經(jīng)驗 獲得超3個贊

你需要打印圖表,你需要下一行代碼

soportes[:].plot.bar(x='row', y='column')

#soportes[row_init: row_finish].plot.bar(x='variable', y='variable')

plt.ylabel('Soporte') #name 軸 y

plt.xlabel('Producto') #name 軸 x

plt.title('Soporte por producto Prior') #name windows

plt.savefig('Graph/Prior_Barra.png', bbox_inches="tight") #保存圖

plt.show() # 顯示圖形

刪除線軸 = sns.barplot(x=values, y=frequencies, palette='bright')


查看完整回答
反對 回復(fù) 2022-10-06
  • 1 回答
  • 0 關(guān)注
  • 218 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號