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

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

matplotlib.axes.Axes.legend 無法將 labelcolor 識(shí)別為參數(shù)

matplotlib.axes.Axes.legend 無法將 labelcolor 識(shí)別為參數(shù)

江戶川亂折騰 2023-05-16 09:55:28
我在嘗試設(shè)置圖例條目的顏色時(shí)遇到了一些問題。我想選擇與他們所指的線相同的顏色。我在這里發(fā)布一個(gè)可運(yùn)行的腳本import matplotlib.pyplot as pltx, y = [1,2],[1,2]fig = plt.figure()ax = fig.add_subplot(111)ax.plot(x,y,label='test',color='r')ax.legend(labelcolor='r')plt.show()這就是我得到的錯(cuò)誤Traceback (most recent call last):  File "test.py", line 11, in <module>    ax.legend(labelcolor='r')  File "/home/username/anaconda3/lib/python3.7/site-packages/matplotlib/axes/_axes.py", line 406, in legend    self.legend_ = mlegend.Legend(self, handles, labels, **kwargs)TypeError: __init__() got an unexpected keyword argument 'labelcolor'但是我在圖例文檔中看到labelcolor 應(yīng)該作為參數(shù)。你有什么建議嗎?
查看完整描述

1 回答

?
慕的地6264312

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

將 matplotlib 升級(jí)到3.3.0 版本

然后再試一次。

import matplotlib.pyplot as plt


x, y = [1,2],[1,2]


fig = plt.figure()

ax = fig.add_subplot(111)


ax.plot(x,y,label='test',color='r')

ax.legend(title='Guide', labelcolor='red')


plt.show()

http://img4.sycdn.imooc.com/646320ea0001388b03700247.jpg

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

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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