ansi256 output (produced by gnuplot) is not correctly shown in textual, e.g. a Static widget. #6556
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
We found the following entry in the FAQ which you may find helpful: Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
-
|
Textual widgets display plain text, not text with ANSI codes. You can convert text with ansi codes to a Text instance with There are much better options for displaying plots with Textual. See Textual Plot |
Beta Was this translation helpful? Give feedback.



Textual widgets display plain text, not text with ANSI codes. You can convert text with ansi codes to a Text instance with
Text.from_ansi. This may work, but not all ansi codes are supported.There are much better options for displaying plots with Textual. See Textual Plot