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

shape for start and end node #58

Open
6 tasks
laszewsk opened this issue Oct 15, 2022 · 2 comments
Open
6 tasks

shape for start and end node #58

laszewsk opened this issue Oct 15, 2022 · 2 comments

Comments

@laszewsk
Copy link
Member

laszewsk commented Oct 15, 2022

While testing with https://github.com/magjac/graphviz-visual-editor

I found a possible good shape for start end that is better then the diamond

  • invhouse for start
  • house for end
  • I also noticed that when we change the nodeshape, the style is not applied, such as rounded

There is also the possibility to use an HTML formatted label, which could be used to create a table such as

Name

Progress:

start:
stop:

We may want to showcase an example node with that.

label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="4">
<tr> <td> <b>Name</b></td> </tr>
<tr> <td> 
Progress: ...</br>
Start: ...</br>
Stop: ...</td> </tr>
</table>>
shape=plain

See also https://graphviz.org/Gallery/directed/git.html

@laszewsk
Copy link
Member Author

we coudl introduce a special "cc" style that does the HTML label

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

No branches or pull requests

1 participant