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
Notice how the xaxis ticks are not in a datetime format.
Specifying the x as x=DD['Date'].dt.date resolves the issue.
But this solution does not work if I use go.FigureWidget().
And, it is wrong, as it can be seen if I were to use 's' instead of 'h' as the unit in pd.to_timedelta().
I use Jupyter Lab. The same happens in Jupyter Notebooks.
This issue did not exist previously (e.g. in 3.1.2).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I have the following dataframe:
I try to make a time series plot as shown here:
Output:

Notice how the xaxis ticks are not in a datetime format.
Specifying the
x
asx=DD['Date'].dt.date
resolves the issue.But this solution does not work if I use
go.FigureWidget()
.And, it is wrong, as it can be seen if I were to use
's'
instead of'h'
as the unit inpd.to_timedelta()
.I use Jupyter Lab. The same happens in Jupyter Notebooks.
This issue did not exist previously (e.g. in 3.1.2).
The text was updated successfully, but these errors were encountered: