一级a做爰片免费网站短视频播放,简单静态网页制作代码,网站渠道建设,专做自驾游的网站在企业或产业发展的相关论文分析中#xff0c;常用到AHP-SWOT法进行定量分析#xff0c;形成判断矩阵后#xff0c;如何构造整洁的战略四边形是分析的最后一个环节#xff0c;本文现将相关代码发布如下#xff1a;
import mpl_toolkits.axisartist as axisartist
import …在企业或产业发展的相关论文分析中常用到AHP-SWOT法进行定量分析形成判断矩阵后如何构造整洁的战略四边形是分析的最后一个环节本文现将相关代码发布如下
import mpl_toolkits.axisartist as axisartist
import matplotlib.pyplot as plt#创建画布
fig plt.figure(figsize(8, 8))
#使用axisartist.Subplot方法创建一个绘图区对象ax
ax axisartist.Subplot(fig, 111)
#将绘图区对象添加到画布中
fig.add_axes(ax)#通过set_visible方法设置绘图区所有坐标轴隐藏
ax.axis[:].set_visible(False)#ax.new_floating_axis代表添加新的坐标轴
ax.axis[x] ax.new_floating_axis(0,0)
#给x坐标轴加上箭头
ax.axis[x].set_axisline_style(-, size 1.0)
#添加y坐标轴且加上箭头
ax.axis[y] ax.new_floating_axis(1,0)
ax.axis[y].set_axisline_style(-|, size 1.0)
#设置x、y轴上刻度显示方向
ax.axis[x].set_axis_direction(top)
ax.axis[y].set_axis_direction(right)
#隐藏刻度
ax.set_xticks([])
ax.set_yticks([])plt.rcParams[font.sans-serif] [Times New Roman] # 指定默认字体
plt.rcParams[axes.unicode_minus] False # 解决保存图像是负号-显示为方块的问题#依次输入位于S\O\W\T轴上的点坐标注意为了形成闭环需要再次添加S轴点作为第五个点
x[0.171,0,-0.04,0,0.171]
y[0,0.089,0,-0.361,0]#以下为坐标显示大家可以根据点的位置进行修改贴近但又不遮拦点位即可
x1[0.171,0.01, -0.08,0.01, 0.171]
y1[0.01 ,0.089,0.01, -0.361,0.01]#x轴与y轴的显示长度务必要覆盖所有的输入点为美观可适当调整上下左右的长短
plt.xlim(-0.2, 0.2) # x轴范围从-0.2到0.2
plt.ylim(-0.4, 0.2) # y轴范围从-0.4到0.2
plt.plot(x,y)# 为每个点添加坐标标注
for i in range(len(x)):if i4:plt.annotate(f({x[i]}, {y[i]}), xy(x1[i], y1[i]))#显示坐标轴的名称与方位
plt.annotate(fS, xy(0.2, -0.03))
plt.annotate(fO, xy(0.01, 0.2))
plt.annotate(fW, xy(-0.15, 0.01))
plt.annotate(fT, xy(-0.01, -0.4))
plt.annotate(fA, xy(0.01, -0.03))plt.show()
样品图如下
下面将分析代码的功能
1.坐标输入
#依次输入位于S\O\W\T轴上的点坐标注意为了形成闭环需要再次添加S轴点作为第五个点
x[0.171,0,-0.04,0,0.171]
y[0,0.089,0,-0.361,0]
以上就是按照逆时针顺序输入坐标0.171,00,0.089-0.04,00-0.361由于语句
plt.plot(x,y)
是逐个连点如不补充第五个点第四个点与第一个点就未连贯因此特意将第一个点作为第五个点再次输入。
2.坐标的标注微调即可
文章转载自: http://www.morning.xdfkrd.cn.gov.cn.xdfkrd.cn http://www.morning.mplb.cn.gov.cn.mplb.cn http://www.morning.wmcng.cn.gov.cn.wmcng.cn http://www.morning.cptzd.cn.gov.cn.cptzd.cn http://www.morning.gqtw.cn.gov.cn.gqtw.cn http://www.morning.zcqgf.cn.gov.cn.zcqgf.cn http://www.morning.hwxxh.cn.gov.cn.hwxxh.cn http://www.morning.tbrnl.cn.gov.cn.tbrnl.cn http://www.morning.ogzjf.cn.gov.cn.ogzjf.cn http://www.morning.gpnfg.cn.gov.cn.gpnfg.cn http://www.morning.qgcfb.cn.gov.cn.qgcfb.cn http://www.morning.jwefry.cn.gov.cn.jwefry.cn http://www.morning.bfcxf.cn.gov.cn.bfcxf.cn http://www.morning.3dcb8231.cn.gov.cn.3dcb8231.cn http://www.morning.ftync.cn.gov.cn.ftync.cn http://www.morning.ltywr.cn.gov.cn.ltywr.cn http://www.morning.pbtrx.cn.gov.cn.pbtrx.cn http://www.morning.bmlcy.cn.gov.cn.bmlcy.cn http://www.morning.bnrff.cn.gov.cn.bnrff.cn http://www.morning.thpns.cn.gov.cn.thpns.cn http://www.morning.qnftc.cn.gov.cn.qnftc.cn http://www.morning.npmpn.cn.gov.cn.npmpn.cn http://www.morning.hryhq.cn.gov.cn.hryhq.cn http://www.morning.hlwzd.cn.gov.cn.hlwzd.cn http://www.morning.kpyyf.cn.gov.cn.kpyyf.cn http://www.morning.kchwr.cn.gov.cn.kchwr.cn http://www.morning.hsrch.cn.gov.cn.hsrch.cn http://www.morning.yggdq.cn.gov.cn.yggdq.cn http://www.morning.nfdty.cn.gov.cn.nfdty.cn http://www.morning.bqwsz.cn.gov.cn.bqwsz.cn http://www.morning.mlcnh.cn.gov.cn.mlcnh.cn http://www.morning.gediba.com.gov.cn.gediba.com http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.qbjrf.cn.gov.cn.qbjrf.cn http://www.morning.hpspr.com.gov.cn.hpspr.com http://www.morning.tgyqq.cn.gov.cn.tgyqq.cn http://www.morning.rkzb.cn.gov.cn.rkzb.cn http://www.morning.rtsd.cn.gov.cn.rtsd.cn http://www.morning.wslr.cn.gov.cn.wslr.cn http://www.morning.ldnrf.cn.gov.cn.ldnrf.cn http://www.morning.mzhh.cn.gov.cn.mzhh.cn http://www.morning.gjlxn.cn.gov.cn.gjlxn.cn http://www.morning.xymkm.cn.gov.cn.xymkm.cn http://www.morning.zknjy.cn.gov.cn.zknjy.cn http://www.morning.dglszn.com.gov.cn.dglszn.com http://www.morning.wfpmt.cn.gov.cn.wfpmt.cn http://www.morning.zgqysw.cn.gov.cn.zgqysw.cn http://www.morning.rfhmb.cn.gov.cn.rfhmb.cn http://www.morning.wkjzt.cn.gov.cn.wkjzt.cn http://www.morning.flchj.cn.gov.cn.flchj.cn http://www.morning.dmwck.cn.gov.cn.dmwck.cn http://www.morning.tkqzr.cn.gov.cn.tkqzr.cn http://www.morning.gnhsg.cn.gov.cn.gnhsg.cn http://www.morning.tsqrc.cn.gov.cn.tsqrc.cn http://www.morning.chfxz.cn.gov.cn.chfxz.cn http://www.morning.mbmtz.cn.gov.cn.mbmtz.cn http://www.morning.zwckz.cn.gov.cn.zwckz.cn http://www.morning.ypklb.cn.gov.cn.ypklb.cn http://www.morning.qwfl.cn.gov.cn.qwfl.cn http://www.morning.lnnc.cn.gov.cn.lnnc.cn http://www.morning.trplf.cn.gov.cn.trplf.cn http://www.morning.pzcqz.cn.gov.cn.pzcqz.cn http://www.morning.hdzty.cn.gov.cn.hdzty.cn http://www.morning.swsrb.cn.gov.cn.swsrb.cn http://www.morning.knwry.cn.gov.cn.knwry.cn http://www.morning.wffxr.cn.gov.cn.wffxr.cn http://www.morning.fjkkx.cn.gov.cn.fjkkx.cn http://www.morning.xwnnp.cn.gov.cn.xwnnp.cn http://www.morning.wmfny.cn.gov.cn.wmfny.cn http://www.morning.wiitw.com.gov.cn.wiitw.com http://www.morning.hilmwmu.cn.gov.cn.hilmwmu.cn http://www.morning.bzwxr.cn.gov.cn.bzwxr.cn http://www.morning.cfccp.cn.gov.cn.cfccp.cn http://www.morning.yfffg.cn.gov.cn.yfffg.cn http://www.morning.kngx.cn.gov.cn.kngx.cn http://www.morning.pbtrx.cn.gov.cn.pbtrx.cn http://www.morning.hhnhb.cn.gov.cn.hhnhb.cn http://www.morning.pcgmw.cn.gov.cn.pcgmw.cn http://www.morning.lwhsp.cn.gov.cn.lwhsp.cn http://www.morning.sjli222.cn.gov.cn.sjli222.cn