Textualize/textual-plotext

AttributeError: 'Plot' object has no attribute 'datetimes_to_string'

Opened this issue · 5 comments

plotext has changed the names of some functions from 5.2 to 5.3, breaking textual-plotext installs: https://github.com/piccolomo/plotext/blob/master/readme/notes.md#in-version-53

e.g. datetimes_to_string is now datetimes_to_strings

Then I'm not sure where the error is coming from? Python definitely seems to think that the Plot object no longer has that attribute....

Apologies, yes, I meant the Plot object within this package, not the plotext library itself! 👍

no problem at all. Just pointing to the possible issue altough i have not checked the Plot code.