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

Dot to PNG doesn't work #5

Open
Vadoid opened this issue Oct 2, 2019 · 0 comments
Open

Dot to PNG doesn't work #5

Vadoid opened this issue Oct 2, 2019 · 0 comments

Comments

@Vadoid
Copy link

Vadoid commented Oct 2, 2019

cmd = "dot -T png tree_modified.dot -o /vrep/vflow/data/tree.png"
os.system(cmd)

This syntax does not seem to work. Firstly, because it has to be

dot -Tpng tree_modified.dot -o /vrep/vflow/data/tree.png

Secondly - even then it doesn't work.

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