Updating fill_between data #149
Unanswered
finnstadel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Good question, hadn't thought of that. Will look in to it in the coming days. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the great library. I'm putting together an interactive version of a program using your library and PyQt5.
Based on your example here: https://github.com/highfestiva/finplot/blob/master/finplot/example-embed.py#L10
Besides normal plots and volume_ocv I have some line segments (.add_line) and fill_between).
I need to update the window when selecting new data. For .plot and .ocv_volume (and I think also candlestick_ochl) there are .update functions. But what about lines and fill_between ? Currently I'm using .remove_line - first - for the lines, but I'm not sure what to do with the fill_between. Any advice ?
PS. I'm still learning python, pandas, numpy, your lib etc . Quite a mouthfull coming from a more traditional C, matlab etc background (hardware engineer). Getting to the top of the hill of the learning curve though ;-)
Beta Was this translation helpful? Give feedback.
All reactions