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

Not getting "note" type shape #35

Closed
larssb opened this issue Jul 12, 2017 · 2 comments
Closed

Not getting "note" type shape #35

larssb opened this issue Jul 12, 2017 · 2 comments

Comments

@larssb
Copy link

larssb commented Jul 12, 2017

I'm trying to generate a graph that makes use of the "note" type shape. However, I get what seems to be the "oval" shape instead.

  • I have tried looking through the code here in the repo to see what could be the culprit, but haven't been able to find it. To be fair I didn't spend hours on that.
  • I have read through the DOT language documentation, especially >> http://graphviz.org/content/node-shapes and there I see the "note" shape mentioned. So shouldn't it be available via PSGraph?

what I want

image

what I get

image

Is this a bug or am I misunderstanding something?

Thank you 👍

@KevinMarquette
Copy link
Owner

Check your case to make sure it matches the spec. So use note instead of Note. I have been considering adding logic to resolve this. If everything was lowercase then I would just do a tolower() but there are some exceptions.

@larssb
Copy link
Author

larssb commented Jul 16, 2017

HI @KevinMarquette

Yup that was it. Simply, the case was the problem.

Thank you very much. Me not being aware that DOT is case sensitive.

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

2 participants