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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Python 中 ggplot 的 geom_bar() 將所有條形顯示為具有統(tǒng)一高度

Python 中 ggplot 的 geom_bar() 將所有條形顯示為具有統(tǒng)一高度

交互式愛情 2023-08-15 17:16:36
我正在尋找使用Pythonmedian_area繪制disturbance_code2020 年以下數(shù)據(jù)框的圖。ggplotscenario | year | disturbance_code | median_area------------------------------------------------Base     | 2020 | 1001             | 14264Base     | 2020 | 1002             | 6637Base     | 2020 | 1003             | 18190Base     | 2021 | 1001             | 15000Base     | 2021 | 1002             | 3615Base     | 2021 | 1003             | 3132我的代碼非常簡(jiǎn)單:import pandas as pdimport numpy as npfrom ggplot import *data # this is the dataframe above - it comes from elsewhere in my actual codeggplot(aes(x = 'disturbance_code', y = 'median_area', fill = 'scenario'), data =     data_frame[data_frame['year'] == int(2020)]) +\    theme_bw() +\    geom_bar(stat = 'identity', position = 'dodge') +\    labs(x = 'Severity', y = 'Area burned (ha)')這給出了以下情節(jié):然而,非常奇怪的是,簡(jiǎn)單替換geom_bar()withgeom_line會(huì)得到:
查看完整描述

1 回答

?
皈依舞

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超3個(gè)贊

簡(jiǎn)而言之,答案是替換y = 'median_area'weight = 'median_area'



查看完整回答
反對(duì) 回復(fù) 2023-08-15
  • 1 回答
  • 0 關(guān)注
  • 139 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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