issues Search Results · repo:matplotlib/mpl-finance language:Python
Filter by
11 results
(91 ms)11 results
inmatplotlib/mpl-finance (press backspace or delete to remove)Hi Daniel, thank you for taking over the maintainance of mpl-finance. I agree with you about the new mission statement.
Here is a feature request for you to consider. (Hope it s ok to post it as an issue.) ...
ckhung
- 2
- Opened on Dec 20, 2019
- #27
Hi,
My data has the following structure:
df.head()
Out[90]:
Time Open High Low Close
33750 736859.197917 1.18242 1.18245 1.18218 1.18221
33751 736859.201389 1.18221 ...
Mark531
- 5
- Opened on Nov 9, 2019
- #24
When the open and close are same price, the color is the down color, but it should be the up color. Current code: colors
= [colord[open close] for open, close in zip(opens, closes) if open != -1 and close ...
jiapengfei
- 3
- Opened on Nov 3, 2019
- #19
i know this is not maintained but how big of a deal would it be to add time functionality to the existing bar and candle
functions to handle intra-day plotting (or create new functions based on the existing ...
wlblount
- 2
- Opened on Dec 23, 2018
- #16
volume_overlay don t work properly. and please add a example for volume_overlay
shiiuen01
- 2
- Opened on Dec 14, 2018
- #15
While using candlestick2_ohlc plotting, the starting point and the ending point are not located at the origin, left some
space.
Is there any way to set the start at the origin?
2010_2011_k-plot
andyfcx
- 1
- Opened on Apr 11, 2018
- #13
The official guide mentions the old finance module is deprecated and has been moved to mpl_finance. Is anything actually
different, or is there a good reasons for adding this additional library, since ...
diegotrazzi
- 6
- Opened on Feb 19, 2018
- #12
mpl_finance/examples/longshort.py
on line 13, seems that ichart on yahoo finance has been discontinued or is down :
https://forums.yahoo.net/t5/Yahoo-Finance-help/Is-Yahoo-Finance-API-broken/td-p/250503/page/25 ...
diegotrazzi
- 4
- Opened on Feb 19, 2018
- #11
Issue 1 Hello, I m new to github and python. But I just read the source code of mpl_finance.py, and found that in the
function def candlestick2_ohlc(ax, opens, highs, lows, closes, width=4, colorup= k ...
BruceDai003
- 2
- Opened on Apr 27, 2017
- #6
Port https://github.com/matplotlib/matplotlib/pull/4997 to this project.
tacaswell
- 3
- Opened on Jan 14, 2017
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.