腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
自定义
mplfinance
plot
python
、
nightclouds", gridstyle="", ) mpf.
plot
浏览 83
提问于2021-10-21
得票数 2
回答已采纳
1
回答
是否可以将两个图表连接到同一张图中,一个图表使用matplotlib.pyplot绘制,另一个使用
mplfinance
绘制。相同的图像
、
、
一个是带有matplotlib.pyplot的条形图,另一个是带有
mplfinance
的蜡烛图,我想在同一张图(图片)中将它们堆叠在一起。
浏览 1
提问于2020-04-14
得票数 4
1
回答
mplfinance
冻结IPython控制台
、
、
、
、
我正在尝试使用
mplfinance
创建一个烛台图,但是每当我运行
mplfinance
.
plot
()时,Spyder中的IPython控制台就会冻结,就像它正在处理什么东西一样,但它永远不会结束运行,也不会对import taimport
mplfinance
as mpf # gethist = naftrac.history(period = "1y",
浏览 17
提问于2020-05-06
得票数 2
回答已采纳
2
回答
mplfinance
:在不使用"ohlc“DataFrame的情况下绘制一行?
、
、
、
import pandas as pdimport matplotlib.animation as animationintraday.index.name = 'Date' # mpf.
plot
,type='line') #ohlc DataFrame.. ok
浏览 6
提问于2022-02-22
得票数 0
回答已采纳
2
回答
如何使用pandas数据框绘制点图和图形图
、
、
、
但是,我在
Python
中找不到任何可视化包来做到这一点。提前谢谢。
浏览 2
提问于2017-07-28
得票数 2
1
回答
如何使用烧瓶向前台发送
mplfinance
烛台图表?
、
、
、
我正在做一个flask项目,在这个项目中我使用
mplfinance
库来创建烛台图,我需要将这个图表传递给前端。 df.index.name = 'Date'
mplfinance
.
plot
浏览 14
提问于2021-06-09
得票数 1
1
回答
如何显示csv文件中的数据
、
、
我有带有数据的.csv文件2021-09-26 07:00:00,41973.56,42056.51,40754.88,41226.1,177401.2782021-09-26 09:00:00,41580.59,43728.96,41501.79,43250.07,186953.8642021-09
浏览 1
提问于2021-10-04
得票数 1
回答已采纳
1
回答
ModuleNotFoundError:即使在pip失速
mplfinance
之后,也没有名为“
mplfinance
”的模块出现错误
、
、
、
、
(from matplotlib->
mplfinance
) (1.3.1) Requirement already satisfied:
python
-dateutil>=2.7 in /usr/localsatisfied: numpy>=1.16 in /usr/local/lib/
python
3.9/site-packages (from matplotlib->
mplfinance
) (1.21.1(from matplo
浏览 2
提问于2021-08-15
得票数 0
1
回答
有没有人有一个例子,如何将
mplfinance
的烛台图绘制到tkinter gui上?
、
、
、
、
我可以使用matplotlib在tkinter画布上绘制许多类型的图,但是我不知道如何使用
mplfinance
绘图类型来做这件事,据我所知,在
mplfinance
类型中,绘图是相当自动化的和高级的,这样调用就可以
浏览 0
提问于2020-06-02
得票数 1
1
回答
当我和external_axes一起工作时,有个问题
、
、
我需要在图中添加一些文本,并尝试使用您的指南“如何在
mplfinance
中使用您自己的matplotlib图形和轴”。但我有个错误:我的代码: fplt.make_addplot(df5M['SMA200'].tail(100), color='#f0dea7')]
浏览 2
提问于2021-06-06
得票数 2
回答已采纳
1
回答
无法使用
mplfinance
绘制蜡烛图
、
这是我的代码:df.index=(pd.to_datetime(df.index,unit='ms')) File "<pyshell#38>", line 1, in <module>
mplfinance
.
plo
浏览 4
提问于2020-05-18
得票数 2
回答已采纳
3
回答
如何
自定义
mplfinance
.
plot
?
、
、
、
、
我用mpl_finance编写了一个
python
脚本,用来在烛台上转换csv文件,如下所示:from mpl_finance importohlc.values, width=0.6, colorup='green', colordown='red', alpha=0.8) import
mplfinance
浏览 5
提问于2020-03-09
得票数 12
回答已采纳
1
回答
如何使用
Python
的Matplotlib在股票收盘价数据图上添加烛台模式标记?
、
、
、
、
DOJI Candlestick Pattern showed up (i.e. was TRUE) plt.
plot
浏览 4
提问于2021-07-02
得票数 1
1
回答
Python
mplfinance
绘制hline开始/结束日期
我正试图在我的
mplfinance
图表中绘制hline。", line 128, in run File "c:\Users\Alexander\Projects\MyProject\
Python
\graph.py",Programs\
Python
\
Python
310\lib\site-packages\
mplfinance
\plotting.py", line 389, in
plot
浏览 30
提问于2022-04-11
得票数 3
回答已采纳
1
回答
如何使用
mplfinance
填充颜色?
、
、
我用
mplfinance
软件包绘制了股票价格的烛台图和一些指标。我多次以不同的价格买卖这只股票。有时我赢了,有些事我输了。我想用绿色填充我赢的区域,在主情节中我用红色输掉的区域。我该怎么做呢?import
mplfinance
as mpf type='candle', volume=True, #figratio=(1200/72,480/
浏览 9
提问于2022-05-24
得票数 1
回答已采纳
2
回答
mplfinance
是否有对数刻度设置?
、
、
、
、
这是我使用
mplfinance
绘制股票价格图表的代码,我希望图表是对数缩放的。我如何才能做到这一点呢?import
mplfinance
as mpf mpf.
plot
(data, type='line')
浏览 75
提问于2020-11-07
得票数 1
回答已采纳
1
回答
Python
3:熊猫和
mplfinance
:有顺序数据的烛台图(没有日期/时间索引)
、
、
、
据我所知,使用matplotlib的唯一方法是使用
mplfinance
包。我已使用以下方法将我的数据转换为熊猫数据:并试图用
mplfinance
.
plot
浏览 1
提问于2021-07-14
得票数 1
1
回答
如何使用
mplfinance
.
plot
()或任何类似的包在每个蜡烛上添加字符串注释?
、
、
我想在每个蜡烛上添加一个字符串注释,使用
mplfinance
包.import pandas as pdimport matplotlib.animation as animationimport datetime fig = mpf.figure(style="c
浏览 19
提问于2021-12-13
得票数 4
回答已采纳
2
回答
从
mplfinance
中删除所有标签
我正在尝试从
mplfinance
图中删除所有标签。如果有人知道该怎么做,我将不胜感激。尝试实现以下目标:当前:代码: mpf.
plot
(data[i-50:i], type='candle',volume=True
浏览 11
提问于2020-02-28
得票数 0
点击加载更多
相关
资讯
Python 快速入门(五)Image and Plot
Python的套路—Python自定义函数(一)
Python 怎样自定义函数
Python的套路—Python自定义函数(三)
OSINT+Python=自定义黑客
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券