腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
Axes
.IsDescendantOf /
Axes
.IsAncestorOf -包括?
是否有什么原因或什么原因让我错过了塞特罗尔返回true的Item.
Axes
.IsDescendantOf()和Item.
Axes
.IsAncestorOf()?Sitecore.Context.Database.GetItem("{862B466A-079B-40E7-8661-FC064EC28574}"); Response.Write(test.
Axes
.IsDes(test)); /&
浏览 6
修改于2012-05-08
得票数 4
回答已采纳
1
回答
Matplotlib.
axes
.
Axes
.bar条件格式
我在matplotlib中有一个垂直的条形图,并且希望条形图的颜色根据数组中的值而变化。我知道在plot.scatter()中,这可以用cmap='‘来完成。但是,我似乎无法在plot.bar()中找到相同的功能。有什么建议吗? fig, season = plt.subplots() season.tick_params('y', colors = 'blue'
浏览 1
提问于2022-06-23
得票数 -1
1
回答
matplotlib 'auto
axes
of
axes
‘没有显示所有数据点
我最近从matplotlib版本'0.99.1.1‘升级到了'1.0.1’。我遇到的一个新问题与“自动轴标注”有关……并不是所有的数据点都会显示出来。下面是一些重现我的问题的代码,下面是更多的讨论。from pylab import *x = [datetime.date(2011,2,11), datetime.date(2011,4,11),
浏览 0
修改于2016-02-02
得票数 2
回答已采纳
1
回答
在matplotlib.
axes
.
Axes
.table中设置alpha?
six plt.rcParams["font.family"] = "DejaVu Sans" plt.rcParams['
axes
.prop_cycle
浏览 18
提问于2021-04-05
得票数 1
回答已采纳
1
回答
matplotlib.
axes
.
Axes
.imshow()绘制的更新图
_create_plot_object() self.
axes
= self.figure.add_subplot(111) self.plot_object.set_dataFigureCanvas.update()下调用以下函数 matplotlib.backend_bases.Fig
浏览 1
修改于2019-08-14
得票数 0
回答已采纳
2
回答
Axes
3d vs
axes
3d matplotlib
出于某种原因,我不能这样做:from mpl_toolkits.mplot3d import
Axes
3dTracebackmost recent call last): from mpl_toolkits.mplot3d import
Axes
3dImportError: cannot import name
Axes
3di
浏览 1
提问于2012-07-18
得票数 10
回答已采纳
1
回答
Eclipse中的Matplotlib.
axes
v matplotlib.pyplot.
axes
’类,而是来自‘matplotlib.
axes
’类。语句(3)是来自pyplot.
axes
的调用为什么我不能用‘.’来完成代码?运算符,即使每个语句都是(3)、(4)和(5) ?中的有效语句。虽然‘ax’可以从‘pyplot.
axes
’类定义为(1)或(2),但是语句(3)来自‘matplotlib.
axes
’类。那么,如何成功地调用两个类,而没有由于(1)或(2)而声明一个类?作为评论,“matplotlib.
axes
”和“matplotlib.pyplot.
axes</em
浏览 2
提问于2021-03-25
得票数 0
1
回答
matplotlib.
axes
.
Axes
.legend不承认标签颜色是参数
ax.legend(labelcolor='r') self.legend_ = mlegend.Legend(self, handles, labels, **kwargs) TypeError
浏览 1
提问于2020-08-12
得票数 1
回答已采纳
1
回答
axes
宽限:设置轴
我很感兴趣的是,为了设置具有以下格式的file.arg的Y轴的范围,应该在xmgrace 2D plot文件中添加什么命令:@ xaxis label "Frame"@TYPE xy1 13 85 87 89 12 例如,在该图中,沿Y方向的数据从0变化到12。使用默认的xmgrace设置,我有一个沿Y方向的最大值设置
浏览 0
提问于2018-03-28
得票数 0
2
回答
如何在matplotlib.
axes
.
Axes
.stem图中显示时间线?
我正在做一个matplotlib.
axes
.
Axes
.stem图,其中x轴是一个显示日期的日期线。我的一些数据出现在特定的日子里。而在其他日子,它没有数据(因为这些信息在我的数据中不存在)。
浏览 3
修改于2020-02-22
得票数 0
回答已采纳
1
回答
如何抑制警告略有困难:
axes
_prop.cycle和
axes
_color.cycle
an16975\AppData\Local\Continuum\Anaconda3\lib\site-packages\matplotlib\__init__.py:878: please use the latter. warnings.warn(self.msg_depr
浏览 0
提问于2017-06-12
得票数 0
2
回答
TypeError:
Axes
3D
我的
Axes
3D绘图仪出了点问题,每次我放点东西进去,我就会看到TypeError: unbound method scatter() must be called with
Axes
3D instance
Axes
3D.scatter( Xc[l], Yc[l], Zc[l], c=(i/nbodies,i/nbodies,i/nbodies)) 我真的不知道问题出在哪里
浏览 0
提问于2013-05-28
得票数 4
回答已采纳
1
回答
CorePlot
Axes
expandRangeByFactor不能正常工作
我正在尝试使用CorePlot库在我的一个项目中使用散点图。我也能从中获得很好的结果,但出了点问题,而且我确信我与此无关,因为在那之后我就没有更改过代码。现在的图是这样的: 我设置的expandRangeByFactor值是:[xRange expandRangeByFactor:CPTDecimalFromCGFloat(350.3f)];CPTMutablePlotRange *yRange = [plo
浏览 3
修改于2020-06-20
得票数 1
回答已采纳
1
回答
Python中的
Axes
.text()和
Axes
.annotate()有什么区别?
Axes
.text()和
Axes
.annotate()都可以将文本添加到x,y的位置,使用
Axes
.text()中的转换参数可以改变坐标系,而在
Axes
.annotate()中则可以使用xycoords然而,
Axes
.annotate()可以使用arrowprops参数绘制箭头,而
Axes
.text()不能。 所以我认为
Axes
.annotate()是
Axes
.text()的超集。这是否意味着
Axes
.text()是无用的?什么时候应
浏览 2
提问于2020-05-29
得票数 9
1
回答
如何在matplotlib.
axes
.
Axes
.arrow python2.7中使用kwargs
我在arrow_simple_demo.py 工作,我已经将其修改为:ax.arrow(0, 0, 0.5我尝试给箭头**kwargs参数导入:现在我的代码如下所示:ax = plt.
axes
() kwargs={
浏览 1
修改于2017-12-27
得票数 2
回答已采纳
1
回答
如何与两个matplotlib.
axes
.
Axes
一起交互
我用两组不同的轴制作了一个3D动画,声明如下: fig=plt.figure() ax = fig.add_
axes
浏览 31
提问于2020-10-19
得票数 0
回答已采纳
2
回答
Django登录django-
axes
我选择django-
axes
,因为django-速率消除只计算调用视图的数量。所以我的问题是: 'django.contrib.messages', 'django.contrib.staticfiles
浏览 0
修改于2017-05-23
得票数 8
回答已采纳
1
回答
Label inset_
axes
散点图
我想通过对散点图中的散点标记进行编号来标记它们,但是我不知道如何获得inset_
axes
坐标来放置标签。np.random.rand(5)labels = [str(num+1) for num in range(len(x))] axin2 = ax.inset_
axes
浏览 16
提问于2021-01-16
得票数 0
0
回答
不带帧的add_
axes
matplotlib.pyplot as pltax = f.add_subplot(111) f.add_
axes
(iax, frameon=False) iax.set_yticks([]), iax.set_xticks
浏览 0
提问于2017-06-16
得票数 0
回答已采纳
1
回答
EclipseLink MOXy @XmlPath支持
axes
/parent
是否可以接受以下任何XPath表达式?使用eclipselink 2.3.1版@XmlPath("/root/header/@type")基本上,这是在一个在XML document (/root/tag)中重复的类中,如果这还不清楚,我将详细说明。
浏览 0
修改于2011-12-07
得票数 7
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券