You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using mplfinance with a dataframe that contains datetime/pandas.Timestamp instead of just date. When I plot this, the x-axis ends up having irregularly spaced timestamps.
See example:
Instead, it would be good if either there were intervals / timegaps that were user-provided or were regularly spaced (eg. 9:30am, 12pm, 4pm, etc). It would also be nice if the user can specify the date/time format to use when graphing.
The text was updated successfully, but these errors were encountered:
Issue #21 also mentions this. However, at least for now, I will keep this issue #74 open to cover any x-ticks work (because issue #21 is requesting several, somewhat unrelated, things and it may just be easier to manage development by splitting items out into individual issues).
definitely a agree this feature is needed when dealing with intraday data. Trying to have a steady intervale at the bottom is pretty important. IE timeframe printed is 30min or some other given value.
I'm currently using mplfinance with a dataframe that contains datetime/pandas.Timestamp instead of just date. When I plot this, the x-axis ends up having irregularly spaced timestamps.
See example:
Instead, it would be good if either there were intervals / timegaps that were user-provided or were regularly spaced (eg. 9:30am, 12pm, 4pm, etc). It would also be nice if the user can specify the date/time format to use when graphing.
The text was updated successfully, but these errors were encountered: