91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python畫圖模塊plotnine怎么安裝

發布時間:2021-11-26 10:00:29 來源:億速云 閱讀:969 作者:iii 欄目:大數據

本篇內容主要講解“python畫圖模塊plotnine怎么安裝”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“python畫圖模塊plotnine怎么安裝”吧!

安裝

按照官網教程直接使用pip安裝

pip install plotnine

遇到報錯python畫圖模塊plotnine怎么安裝

ERROR: Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

搜索一番找到說可以在pip命令后加參數--ignore-installed certifi

于是使用命令安裝

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple plotnine --ignore-installed certifi
 

這次安裝成功沒有報錯

python中嘗試導入這個模塊

from plotnine import *
 

提示

Bad key animation.mencoder_path in file C:\Users\mingy\AppData\Local\Continuum\anaconda3\lib\site-packages\matplotlib\mpl-data\stylelib\_classic_test.mplstyle, line 509 ('animation.mencoder_path: mencoder')
You probably need to get an updated matplotlibrc file from
https://github.com/matplotlib/matplotlib/blob/v3.3.1/matplotlibrc.template
or from the matplotlib source distribution
 

搜索了一番,發現有人說可以卸載已經安裝的matplotlib然后再重新安裝試試 使用pip命令卸載

pip uninstall matplotlib
 

重新安裝命令

python -m pip install -U matplotlib --prefer-binary -i https://pypi.tuna.tsinghua.edu.cn/simple
 

matplotlib升級到了3.3.1 沒有遇到報錯 打開python然后再導入plotnine模塊

from plotnine import *
 

這次沒有任何提示了

接下來試著運行其中的一個例子

from plotnine import *
from plotnine.data import mtcars
ggplot(mtcars,aes(x='wt',y='mpg',color='factor(gear)'))+geom_point()
 
python畫圖模塊plotnine怎么安裝
image.png
ggplot(mtcars,aes(x='wt',y='mpg',color='factor(gear)'))+geom_point()+facet_wrap('~gear',scales="free")
 
python畫圖模塊plotnine怎么安裝
image.png

保存為pdf文件

(ggplot(mtcars,aes(x='wt',y='mpg',color='factor(gear)'))+geom_point()+facet_wrap('~gear',scales="free")).save("Desktop/p1.pdf")

到此,相信大家對“python畫圖模塊plotnine怎么安裝”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

奉节县| 南澳县| 大同市| 南江县| 成都市| 济宁市| 苍溪县| 达州市| 无棣县| 凤城市| 彰化市| 巩义市| 攀枝花市| 乳山市| 泾川县| 禹州市| 永平县| 临江市| 尖扎县| 阿拉善左旗| 峨眉山市| 云霄县| 沅陵县| 澄江县| 沾益县| 永顺县| 南京市| 华容县| 许昌县| 岱山县| 本溪市| 格尔木市| 元氏县| 山阴县| 丹寨县| 东乌珠穆沁旗| 承德县| 丽江市| 海城市| 北流市| 环江|