question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Long Text Plot

See original GitHub issue

Hello,

I would like to display some text, raw text in a block, like a list of items.

In the following screenshot you can see bel instead of label

Screenshot 2022-09-04 at 21 12 18

A final result being more likely like:

label1........on first line label2.....on secondline ...

Being able to pass a string with carriage return separators would be ideal or that the text wraps automatically.

Let me know if that is not clear enough and if it sounds feasible.

Been using the following code

plt.text('label', 1, 1, xside= 'lower', yside = 'left', color = 'red'); \

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
darul75commented, Sep 17, 2022

Hello @piccolomo,

I tested your example with latest version of plotext.

Within a subplot layout I obtain the following where it goes to the previous plot on the left.

Screenshot 2022-09-17 at 21 37 15

I really love your lib by the way, very handy.

1reaction
darul75commented, Sep 12, 2022

just awesome again…gonna really help.me finishing that dashboard

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rendering long strings as wrapped text in the centre of a cell
Rendering long strings as wrapped text in the centre of a cell - feature request. Hi, When rendering long strings without line breaks...
Read more >
Feature Request: Curved Text in Polar Plots #2946 - GitHub
It would be nice, especially on polar plots, to have labels that follow the curve, like these: This has been asked quite a...
Read more >
What are your "Top 5 Feature Requests"? - Qualtrics Community
1. Re-code seen but not selected on data export - The ability to re-code downloaded data where the respondent saw an answer option,...
Read more >
Feature Request - Leader Text alignment in SketchUp
The text is anchored to where it is placed (left justified) using the first character as the anchor. The longer the text, the...
Read more >
Renaming Feature Requests to Feedback - Airfocus
A feature request is a change request or new requirement to your existing product. It is when a customer expresses what she would...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found