textual-plotext icon indicating copy to clipboard operation
textual-plotext copied to clipboard

A Textual widget wrapper library for Plotext

Results 5 textual-plotext issues
Sort by recently updated
recently updated
newest added

I've installed textual-plotext Ran demo with python -m textual_plotext in command prompt When I click "Special Plots" the demo crashes with: OSError [Errno 22] Invalid Argument As Attached the last...

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`

Is there a way to read the current plot size in characters from the PlotextPlot class? Ideally, I would like to be able to know how many characters excluding the...

Trying the examplem from the readme I get: ``` Traceback (most recent call last): File "/home/plasmahh/src/python/./pl.py", line 5, in from textual_plotext import PlotextPlot File "/home/plasmahh/.venv/dev/lib64/python3.11/site-packages/textual_plotext/__init__.py", line 3, in from .plot...

I didn't realize at first that PyPI had newer releases because they aren't tagged in this repository. Could you please tag them? Thank you! 🙂