BUG: df.plot
works differently for freq="h"
and freq="60min"
#57587
Labels
df.plot
works differently for freq="h"
and freq="60min"
#57587
This bug has not been reported and exists on the latest version of pandas.
Reproducible Examples:
if
freq="h"
output:

But if
freq="60min"
the result of plotting is different

Expected Behavior:
I think for both
freq="h"
andfreq="60min"
plotting should give the same result. The correct behavior should be that what is shown forfreq="h"
.The text was updated successfully, but these errors were encountered: