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

Add ability to specify tooltips for a node #61

Merged
merged 1 commit into from
Dec 9, 2015

Conversation

heuristicus
Copy link
Contributor

No description provided.

@dirk-thomas
Copy link
Contributor

Please also update the pygraphvizfactory to provide the same functionality.

@heuristicus
Copy link
Contributor Author

I've updated the commit with that functionality.


kwargs = {}
if tooltip is not None:
kwargs['tooltip': tooltip]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct. Have you tried to run this code?

@heuristicus
Copy link
Contributor Author

I've fixed the errors in pygraphvizfactory and added Dorian's suggestion.

@DorianScholz
Copy link
Member

Lgtm

@chapulina
Copy link

It works for me, +1

@dirk-thomas
Copy link
Contributor

Thanks!

dirk-thomas added a commit that referenced this pull request Dec 9, 2015
Add ability to specify tooltips for a node
@dirk-thomas dirk-thomas merged commit 3611654 into ros-visualization:groovy-devel Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants