How to export picture from rxgraph?
When my rxgraph's graph is larger than my screen,it is difficult to save to picture format. How to do that? Thank you~
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
When my rxgraph's graph is larger than my screen,it is difficult to save to picture format. How to do that? Thank you~
Just run:
rxgraph -o rxgraph.dot
dot -T png -o output.png rxgraph.dot
Instead of PNG, you can use any output format supported by graphviz.
The only way I can think of for doing that is a screenshot.
Asked: 2011-07-11 19:54:45 -0600
Seen: 768 times
Last updated: Jul 11 '11
How to rearrange rxgraph's position of node?
How to change line color automatically in rxgraph?
rxgraph graph not visible on Arch
rxgraph giving index out of range when turtlebot node starts
how to use rxgraph to generate graph
Why do all nodes have to be linked to /rosout?
rxgraph No module named gobject [closed]