Error with xvals
argument on a time axis with Timestamp or datetime values
#208
Labels
xvals
argument on a time axis with Timestamp or datetime values
#208
If I try to use the
xvals
argument by supplying time information on a time axis, I get errors. This happens with both a pandas Timestamps and datetime64 objects. Adding labels in both cases without specifying the xvals is working just fine.Example with pandas:
Results in this error:
And then this substitution to show datetimes:
Results in this error:
The text was updated successfully, but these errors were encountered: