How Can I plot all the dates in a list ( vertically) on candelstick chart? #176
-
In finplot candestick chart, I had a list of dates, I want to plot all of these date on chart in vertical lines, how can I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
highfestiva
May 4, 2021
Replies: 1 comment 7 replies
-
You could use |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
qn222ad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use
set_time_inspector()
usingwhen='hover'
to update a text showing the date, seeexamples/snp500.py
for more info. If you rather want the click, usewhen='click'
instead.