腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
mpl.pyplot.
figure
与mpl.
figure
.
Figure
的区别
目前,我正在使用matplotlib.
figure
.
Figure
将输出图形嵌入到tkinter GUI上的画布中,从而绘制输出图形。我知道我可以使用matplotlib.pyplot.
figure
来做这件事,但是我需要做这两件事--嵌入到画布中并保存绘图。我有很多图形嵌入在GUI中。哪种方法是最好的?
浏览 15
提问于2019-05-17
得票数 2
回答已采纳
1
回答
将matplotlib
figure
.
Figure
附加到pyplot
我有一个函数,它返回一个给定一些参数的matplotlib.
figure
.
Figure
对象,我想将它添加到pyplot对象中(以便pyplot.show()显示图像)。谢谢!
浏览 2
修改于2015-10-12
得票数 1
回答已采纳
1
回答
事件处理:Matplotlib的
Figure
()和pyplot的
figure
()
正如在中描述的那样,下面的示例代码运行良好ax = fig.add_subplot(111)但是为什么ax
浏览 3
修改于2015-08-11
得票数 4
2
回答
使用matplotlib.
figure
.
Figure
处理openCV
spec,freq,t,im = plt.specgram(raw_signal,Fs=100,NFFT=100,noverlap=50)
figure
= plt.gcf()plt.savefig('spectrogram',bbox_inches = 'tight',pad_inches=0)但我有多个像这样的光谱图我有一个可能的想法,就是以某种方式将matplotlib.
figur
浏览 6
提问于2020-12-26
得票数 1
回答已采纳
1
回答
将pyplot
figure
保存为
figure
(不是图像)
如何在Julia中使用PyPlot保存图形,以便稍后可以在Julia中将该图形重新加载为图形?(不是图像)
浏览 19
提问于2020-08-23
得票数 2
回答已采纳
1
回答
避免<matplotlib.
figure
.
Figure
在0xeafea58>
只是简单的怎么能修好呢?
浏览 1
修改于2017-04-20
得票数 2
回答已采纳
3
回答
Tkinter plt.
figure
()不绘制,但
Figure
()绘制
我开始构建一个Tkinter应用程序,最初使用的是matplotlib的
Figure
和
figure
.add_subplot。有了它,一切都能完美地工作。FigureCanvasTkAggimport numpy as np from matplotlib.
figure
import
Figure
f =
浏览 30
修改于2019-04-06
得票数 2
回答已采纳
1
回答
为什么matplotlib.
figure
.
Figure
的行为与matplotlib.pyplot.
figure
如此不同?
我们更改了代码,以防止链接问题中提到的潜在问题,如下所示:import matplotlib.pyplot as plt中间层(未显示UI.png)import matplotlib势固定import
浏览 2
提问于2015-07-24
得票数 3
回答已采纳
1
回答
如何更改matplotlib.
figure
.
Figure
对象的轴名
我将matplotlib.
figure
.
Figure
对象命名为fig1,其中包含 现在,我想将Y(轴次)名称从 事件概率 Hour 至
浏览 5
修改于2021-07-22
得票数 0
回答已采纳
1
回答
强制rmarkdown/pandoc生成\begin{
figure
*}而不是\begin{
figure
}
双列布局中的LaTeX文件可以使用
figure
*环境而不是标准
figure
来制作全宽图形。也许只需覆盖
figure
环境定义? 例如,安装rticles R包,然后使用-> PNAS模板(两列模板)创建新的rmarkdown模板。<span data-label="fig:frog"></span>](frog.png) 编织.Rmd模板,您将看到这将创建一个使用\begin{
figure
}的.tex文件。您可以对模板示例进行哪些更改,以强制pandoc将图形放在\
浏览 16
修改于2020-12-10
得票数 1
1
回答
对mpl.
figure
.
Figure
的列表引用不显示情节
import FigureCanvasQTAgg, FigureManagerQT def __init__(self): self.fig = mpl.
figure
.
Figure
() ax = self.fig.subplots()
浏览 0
提问于2019-07-30
得票数 1
回答已采纳
1
回答
如何从Pandas plot函数返回matplotlib.
figure
.
Figure
对象
='bar', use_index=True)<matplotlib.axes.AxesSubplot object at 0x0B387150>>>> plt.
figure
()那么,
浏览 0
修改于2021-08-16
得票数 13
回答已采纳
1
回答
Python和plt.
figure
()
import matplotlib.pyplot as pltfig = plt.
figure
()
浏览 4
修改于2018-04-20
得票数 1
回答已采纳
3
回答
非交互执行时,plt.
figure
.
Figure
.show()不执行任何操作
因此,我将以下简单代码保存在一个.py文件中,并在shell中执行: myfig = plt.
figure
(figsize=(5, 5)
浏览 36
提问于2018-07-28
得票数 5
回答已采纳
1
回答
Figure
.show、
Figure
.canvas.draw和
Figure
.canvas.draw_idle之间的区别是什么
在Matplotlib中,我可以通过调用
Figure
对象(比如fig )和方法show (fig.show())来更新图中绘图的视觉效果。
浏览 1022
提问于2020-11-11
得票数 3
1
回答
浮动行<
figure
> & <figcaption>
我想在应该响应的行中添加图像列表(使用
figure
和figcaption)。
figure
{ display: table; float: left
figure
{ vertical-align: top;img, figcaption { vertical-align: bott
浏览 3
修改于2015-06-18
得票数 0
回答已采纳
2
回答
查找Bokeh
Figure
属性
p =
figure
(toolbar_location=None, y_range=[metric],
浏览 1
提问于2017-09-05
得票数 0
1
回答
动态设置<
figure
>宽度
我有一个
figure
标签,我正在尝试根据浏览器的宽度通过jQuery接口的.css函数设置它的宽度。
浏览 2
提问于2013-06-11
得票数 0
2
回答
figure
.show()不显示
plot_foobar(): import matplotlib.pyplot as plt return fig # the user invokes the plotting function and gets back the
figure
浏览 260
提问于2021-07-02
得票数 0
回答已采纳
1
回答
Matplotlib
figure
.savefig() tkinter
我尝试了
figure
.savefig (如下所示);我认为这可以通过查看来实现。from matplotlib.
figure
import
Figure
if sys.version_info[0] < 3:else: root =
浏览 13
提问于2014-08-11
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券