highfestiva

Results 77 comments of highfestiva

Straight lines can be drawn using Ctrl+drag, and then Ctrl+click to add additional poly lines. If you want curves, you'd have to implement them yourself in pyqtgraph (which finplot is...

This is a bug in finplot, caused by you plotting a bunch of indexes in that are not present in the first candlestick plot. A couple of examples: ``` 2023-06-16...

Looks like you need to run your for loop for removing the primitives before `ax.reset()`.

Did you try it? Has to do with internal state of finplot.

Also check 3c0f3c63ac46654299ec3e5a40eaa92d4a649990, so you won't have to remove the primitives yourself.

Did you try 3c0f3c6? Please send me a minimal piece of code that I can use to reproduce the issue.

I need a complete, minimal example of your problem, including the data required to run it. Otherwise I can't help, sorry.

finplot adds them to the viewport, not the axis, that's why. Try `ax.vb` to get ahold of those objects.

@IlanKalendarov I'm only able to help if I have some test code to work with. Could you please make a reproducible piece of code that highlights the error?

I attempted setting `ax.disable_x_index()` in the complicated.py example, and that still worked. Please supply a _complete_, minimal example (containing the required data, if any).