Replies: 1 comment 2 replies
-
Unfortunately I have no interest in enabling blank spaces, perhaps you can show them by inserting |
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.
-
Hi, I've been trying to understand which part of the code is responsible for deciding what timestamps to plot along the X axis. I realised that the finplot is smart enough to manage this automatically and it omits the ticks that hold no data or are not present in the dataframe.
If I was to plot the stock data - currently the weekends are omitted automatically as well as any of the other filtered out rows from the dataframe. How can I re-enable this and show the blank spaces on the chart?
And could you please point out in the source code where exactly you have managed to resolve it automatically? I have been looking for a couple of days now going back and forth between finplot and PyQtGraph API and no luck :(
Similar to this thread:
https://groups.google.com/g/pyqtgraph/c/z2FXYJw5hck/m/1UXloGwMBgAJ
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions