E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
figsize
利用python绘制对数坐标轴
利用python绘制对数坐标轴1)效果图2)程序代码importmatplotlib.pyplotaspltimportnumpyasnp#设置图形的大小plt.figure(
figsize
=(8,6)
奋进的小hang
·
2023-09-08 21:21
Python实例
python
开发语言
subplots() got an unexpected keyword argument ‘
figsize
‘
出现错误:subplots()gotanunexpectedkeywordargument'
figsize
'问题原因:将关键字plt作为变量名使用了,使该模块失效解决办法:更换变量名,可以用plot,并重新运行程序
Barry X
·
2023-09-07 05:53
python
【python地理信息绘制入门】cartopy学习—feature
frommatplotlib.offsetboximportAnchoredTextimportmatplotlib.pyplotaspltimportcartopy.crsasccrsimportcartopy.featureascfeatureimportcartopy.io.shapereaderasshpreaderdefmain():fig=plt.figure(
figsize
木叶清风666
·
2023-08-23 20:31
数据可视化
python
学习
开发语言
plot_importance图片
调整plot_importance图片大小,保存图片,解决savefig()打开图片空白的情况代码如下fig,ax=pyplot.subplots(
figsize
=(12,18))plot_importance
乌龟小姐姐
·
2023-08-23 14:15
使用python绘制3D图,并保存没有背景的png格式
使用python绘制3D图,并保存没有背景的png格式importnumpyasnpimportmatplotlib.pyplotaspltfig=plt.figure(
figsize
=(9,9))ax
氏族归来
·
2023-08-22 12:21
#
服务器相关
python
3d
matplotlib
Matplotlib
matplotlib介绍mat-matrix矩阵plot-画图lib-library库绘制图像importmatplotlib.pyplotasplt准备数据创建画布plt.figure(
figsize
玛了个玛卡巴卡
·
2023-08-21 09:24
数据挖掘
python
数据挖掘
Python 绘制饼图时同时在每一块上显示数值和占比
应该都挺熟的所以直接上代码和效果图importmatplotlib.pyplotasplt#makethepiecircularbysettingtheaspectratioto1#plt.figure(
figsize
Raiders_心理学
·
2023-08-18 23:39
强化学习A3C算法
a3c.pyimportmatplotlibfrommatplotlibimportpyplotaspltmatplotlib.rcParams['font.size']=18matplotlib.rcParams['figure.titlesize']=18matplotlib.rcParams['figure.
figsize
码狂☆
·
2023-08-18 05:06
AI
算法
tensorflow
人工智能
matplotlib 柱状图加数值标注
matplotlib柱状图加数值文本标注x=data2["charge"]y=data2["f1"]sup=data2["sup"]plt.figure(
figsize
=(10,8))plt.bar(x
来到了没有知识的荒原
·
2023-08-14 06:06
Python实现图片文本支持中文,自定义字体
/simsun.ttc")#自定义的字体文件plt.figure(
figsize
=(16,8))plt.suptitle("水表示例图片",fontprope
知识推荐号
·
2023-08-13 19:52
Python编程基础
python
开发语言
2018-11-07
折线图(plot)折线图.pngplt.plot同一个坐标系,折线plt.subplots:多个坐标系1.生成画布2.准备数据3.显示单个坐标系与多个坐标系代码对比:#plt.figure(
figsize
super_pw__
·
2023-08-10 06:12
matplotlib 散点图的绘制-----(二)
导入模块importmatplotlib.pyplotaspltimportnumpyasnp一.绘制多条散点图1.创建画布plt.figure(
figsize
=(8,6),facecolor=‘black
猪猪_女孩
·
2023-08-08 23:04
热门
data_analysis
数据可视化
python
数据分析
numpy
matplotlib
数据分布绘图
importmatplotlibimportmatplotlib.pyplotaspltimportseabornassns#解决负号'-'显示为方块的问题plt.rcParams['axes.unicode_minus']=Falsefig=plt.figure(
figsize
Starry memory
·
2023-08-07 23:36
人工智能
机器学习
大数据
机器学习入门之 matplotlib(一)
importmatplotlib.pyplotaspltimportrandomx=range(60)y_shanghai=[random.uniform(15,18)foriinx]plt.figure(
figsize
我叫小邋遢
·
2023-08-05 04:33
机器学习
matplotlib
人工智能
Python 关于matplotlib无法显示中文字体的解决方法
frommatplotlibimportpyplotaspltimportrandomx=range(0,120)y=[random.randint(20,35)foriinrange(120)]plt.figure(
figsize
星星星_star
·
2023-08-04 17:55
Python matplotlib 设置多子图、子图间距、边距
设置多子图设置多子图间距设置多子图边距1.方式一设置一个2*2的子图,子图共用X轴,不共用Y轴importmatplotlib.pyplotaspltfig,axes=plt.subplots(2,2,
figsize
正在学习中的李斌
·
2023-08-01 18:52
python
matplotlib
开发语言
解决‘_AxesStack‘ object is not callable while using networkx to plot
importmatplotlib.pyplotaspltimportnetworkxasnxplt.figure(
figsize
=(15,14))pos=n
山顶夕景
·
2023-07-31 07:21
#
数据分析
图神经网络GNN
python
networkx
可视化
plt中利用plt.subplots()设置xy轴的共享坐标轴
plt.subplots(nrowos,ncols,sharex,sharey,
figsize
=(4,3),dpi=200,constrained_layout=True,**kwargs)参数:nrows
清纯世纪
·
2023-07-30 00:40
笔记
python
开发语言
plt绘制渐变颜色填充折线、曲线图
importmatplotlib.pyplotaspltimportnumpyasnpdata=np.loadtxt("0.txt").Tx=data[0]y=data[1]fig,axs=plt.subplots(
figsize
清纯世纪
·
2023-07-30 00:10
记录本
python
matplotlib笔记二:常用图表
importnumpyasnpimportpandasaspdimportmatplotlib.pyplotasplt#柱状图、堆叠图、面积图、填图#plt.plot(kind='bar/barh'),plt.bar()#柱状图与堆叠图fig,axes=plt.subplots(4,1,
figsize
周虽旧邦其命维新
·
2023-07-29 05:33
python重点工具
matplotlib
python
机器学习
python绘制三维条形图_python matplotlib绘制3D条形图实例代码
importnumpyasnpimportmatplotlib.pyplotaspltfrommpl_toolkits.mplot3dimportAxes3D#setupthefigureandaxesfig=plt.figure(
figsize
weixin_39714113
·
2023-07-28 13:54
python绘制三维条形图
利用proplot库绘制图像的 a-b-c 标签
importproplotasplotimportnumpyasnpimportmatplotlib.pyplotaspltfromPILimportImageim=Image.open(r"D:\Desktop\0101.png")im_array=np.array(im)fig,ax=plot.subplots(
figsize
清纯世纪
·
2023-07-27 16:39
记录本
c语言
开发语言
matplotlib库-pyplot常用画图操作
1.简单折线图绘制#初始化数据y_a=[2,4,6,8,10,12,14,16,18]y_b=[12,14,16,18,110,112,114,116,118]#设置画板:
figsize
画板大小f
今天上上签
·
2023-07-27 04:22
python数据分析
matplotlib
python
数据分析
深度学习
机器学习
python Xarray处理设置2维数组作为coordinates
importcv2importnumpyasnpfromosgeoimportgdalimportosimportxarrayasxrimportmatplotlib.pyplotaspltimportmatplotlibasmplfig,ax=plt.subplots(
figsize
永康李
·
2023-07-26 14:35
CESM
Python
重采样
python
gis
python 线性拟合图、散点图
#数据生成x=np.linspace(30,79,20)y=np.linspace(40,100,20)+np.random.randint(10,size=20)#设置图片大小plt.figure(
figsize
horizon012
·
2023-07-23 13:16
自用
python可视化
python学习
python
matplotlib
回归
python使用matplotlib创建三维坐标系的方法
(projection='3d')plt.show()2.创建figure,然后添加子图,这种方式可以修改图的大小importmatplotlib.pyplotaspltfig=plt.figure(
figsize
默梅
·
2023-07-23 06:44
python
matplotlib
【Python】matplotlib设置图片边缘距离和plt.lengend图例放在图像的外侧
一、问题提出我有这样一串代码:importmatplotlib.pyplotaspltplt.figure(
figsize
=(10,6))"此处省略代码"legend.append("J")plt.legend
旅途中的宽~
·
2023-07-23 06:08
Python3常用到的函数总结
matplotlib
python
missingno错误不显示图片,pycharm
importmissingnoasmsnomsno.matrixmsno.matrix(creature,
figsize
=(20,6))msno.matrix(creature,labels
崖鹿
·
2023-07-23 02:11
pycharm
python
python用sns.histplot求概率密度图,解决概率密度和不为1的问题
importseabornassnsimportmatplotlib.pyplotaspltfromdatetimeimportdatetimefig,ax=plt.subplots(
figsize
=(
赵孝正
·
2023-07-22 10:11
#
9.绘图与可视化
python
开发语言
python双y轴的折线图_Matplotlib双Y轴折线图小实例
简单注释fig,ax1=plt.subplots(
figsize
=(12,9))创建画布,有点类似于ggplot2的ggplot()函数的作用;
figsize
参数用来控制图片长和宽,但是单位是啥还没搞明白
weixin_39670857
·
2023-07-22 10:04
python双y轴的折线图
python调色
]:#importnumpyasnpimportpandasaspdimportseabornassnsimportmatplotlib.pyplotaspltsns.set(rc={"figure.
figsize
lj2215187485830
·
2023-07-20 02:45
python
深度学习
机器学习
matplotlib plot保存高清晰图片
plt.figure(
figsize
=(10,5))plt.savefig('/kaggle/working/feature_importance.png',dpi=600,bbox_inches='tight
hhggggghhh
·
2023-07-19 20:53
python
matplotlib绘图
figsize
、savefig.dpi和figure.dpi的关系
//用matplotlib绘图并保存plt.rcParams['figure.
figsize
']=(4.48,4.48)#2.24,2.24设置figure_size尺寸plt.rcParams['savefig.dpi
小白冲鸭!
·
2023-07-19 20:51
深度学习
python
Matplotlib 曲线图参数详解
设置绘图比例和分辨率params:@
figsize
:图片显示比例,类比显示器比例@dpi:图片分辨率importmatplotlib.pyplotaspltif__name__=='__main__':
一条菜鸟鱼
·
2023-07-19 12:09
Matplotlib
matplotlib
python
Matplotlib画图操作
importmatplotlib.pyplotaspltimportrandomimportmatplotlibdefprepare_x_y():#准备x,y数据x=range(1,31)y=[random.uniform(5,30)foriinx]returnx,ydefcreate_fig(x,y):#创建画布plt.figure(
figsize
依恋、阳光
·
2023-07-19 07:29
python常用的数据分析模块
python
matplotlib 笔记:marker 款式
边缘颜色marker边缘的颜色importnumpyasnpimportmatplotlib.pyplotaspltx=np.linspace(0,10)y=np.sin(x)+1.5plt.figure(
figsize
UQI-LIUWJ
·
2023-07-19 06:09
python库整理
matplotlib
笔记
python matplot 自由控制绘图
效果图:代码:plt.figure(
figsize
=(8,6))//图片大小plt.plot(x,data1,color='orange',label='M1')plt.plot(x,data2,color
萌萌哒huo
·
2023-07-16 11:06
python
python
开发语言
pd.plot.bar()绘制多维柱状图以及图例、网格线、数字标注的设置
pd.DataFrame或者pd.series)data=pd.DataFrame(np.random.randn(6,3),columns=['A','B','C'])fig=plt.figure(
figsize
xiongge21
·
2023-07-15 16:33
python
绘图
python绘图
pandas.plot.bar
图例
数字标注
Matplotlib---3D图
1.3D图#3D引擎frommpl_toolkits.mplot3d.axes3dimportAxes3Dfig=plt.figure(
figsize
=(8,5))x=np.linspace(0,100,400
三月七(爱看动漫的程序员)
·
2023-07-15 07:17
matplotlib
matplotlib
3d
Matplotlib---雷达图
1.雷达图fig=plt.figure(
figsize
=(6,6))x=np.linspace(0,2*np.pi,6,endpoint=False)y=[83,61,95,67,76,88]#保证首位相连
三月七(爱看动漫的程序员)
·
2023-07-15 07:46
matplotlib
matplotlib
python
开发语言
数据可视化python,垂直柱状图与水平柱状图,代码与解析
importpandasaspdfrommatplotlibimportpyplotaspltcomputer=pd.read_csv(r"computer-contest-winn.csv")fig,ax=plt.subplots(
figsize
一个喜欢听雨的男孩
·
2023-07-14 20:55
数据可视化
python
matplolib
python
matplotlib
头歌平台python数据分析——(8)Matplotlib子图与多子图
子图二设置输入数据为x轴,输入数据的自然对数为y轴,具体可视化要求如下:图形的
figsize
为(12,12);图形保存到Task1/img/T1.png。第2关:网格子
青柠Löwenzahn m.
·
2023-06-23 01:21
python
matplotlib
数据分析
头歌平台python数据分析——(7)Matplotlib接口和常用图形
并保存到Task1/image1/T2.png,具体要求如下:折线图的
figsize
为(10,10);文件名为Task1/image1/T2.png。
青柠Löwenzahn m.
·
2023-06-23 01:51
matplotlib
python
数据分析
第3关 自定义坐标刻度 (educoder
编程要求在右侧编辑器补充代码,根据file_path读取文件,统计不同二级类的数量做折线图并旋转x坐标轴90度,具体要求如下:图形的
figsize
为(10,10);图形需保存到Task3/img/T1.
2.5年没练习了要加油
·
2023-06-23 01:19
python
开发语言
matplotlib
学习
第1关 配置颜色条 (educoder
编程要求在右侧编辑器Begin-End处补充代码,根据输入数据绘制热成像图并隐藏坐标轴,具体要求如下:图形的
figsize
为(10,10);图形保存到Task1/img/T1.png。
2.5年没练习了要加油
·
2023-06-23 01:19
python
matplotlib
开发语言
学习
头歌平台python数据分析——(9)Matplotlib图形配置
第1关:配置颜色条,根据输入数据绘制热成像图并隐藏坐标轴,具体要求如下:图形的
figsize
为(10,10);图形保存到Task1/img/T1.png。
青柠Löwenzahn m.
·
2023-06-23 01:18
python
数据分析
matplotlib
Matplotlib--python
plt.figure()#绘制画布plt.plot([1,2,3,4,5],[1,2,3,4,5])#绘制图像plt.show()#显示图像importmatplotlib.pyplotaspltplt.figure(
figsize
呵呵也不想呵呵
·
2023-06-22 23:43
matplotlib
python
python
开发语言
后端
matplotlib---绘制折线图
plt.figure(
figsize
=(8,5))x=["Mon","Tues","Wed"
python(爱看动漫的程序猿)
·
2023-06-22 23:42
matplotlib
matplotlib
python
开发语言
matplotlib---绘图属性设置(图例、线条属性、坐标轴刻度、坐标轴范围、坐标轴配置、标题和网格、标签、文本、注释、保存图片)
1.图例legendfig=plt.figure(
figsize
=(8,5))x=np.linspace(0,2*np.pi)plt.plot(x,np.sin(x),label='sin')plt.plot
python(爱看动漫的程序猿)
·
2023-06-22 23:12
matplotlib
matplotlib
matplotlib--绘图
(类似画布)fig=plt.figure()print(fig)#默认大小是640*480像素#可以对其进行自定义设置,1000*800的像素,每个点的分辨率像素是120fig=plt.figure(
figsize
print_and_return
·
2023-06-22 23:11
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他