Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag and text #35

Open
Nemecsek opened this issue Apr 16, 2018 · 1 comment
Open

Tag and text #35

Nemecsek opened this issue Apr 16, 2018 · 1 comment

Comments

@Nemecsek
Copy link

Nemecsek commented Apr 16, 2018

Now each node has a tag used as link reference: Node1 [100] Node2

Node1 and Node2 are shown on the plot.

But what is I want to read something else on the graph, instead of the node tag?

I would like, for example, to be able to set the nodes as:

Node1 [100] Node2

:Node1 $text_to_show_for_node1
:Node2 $text_to_show_for_node2

It would even be nice if text could be multiline, with the first line always bold, and the following lines normal. This would allow to show any kind of parameters/values associated to the node (first line being the id we chose, and the following lines the values). A markup language to define the text to show would make everything very flexible.

Or is there a workaround I didn't think about?

@nplatis
Copy link

nplatis commented Jul 2, 2023

I agree that this would be a useful feature. In some cases, nodes may have the same text (most probably, in different columns), which is currently not possible (I think).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants