You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
what I get
Is this a bug or am I misunderstanding something?
Thank you 👍
The text was updated successfully, but these errors were encountered:
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.
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.
Is this a bug or am I misunderstanding something?
Thank you 👍
The text was updated successfully, but these errors were encountered: