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 | Q&A answers.ros.org |
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-07-11 19:54:45 -0600
Seen: 733 times
Last updated: Jul 11 '11
how to use rxgraph to generate graph
Tutorial: Understanding a Topic: run rxgraph I got a nameError
Subscription of pose is not properly subscribed
rxgraph gives Segmentation fault while starting on Ubuntu 10.10 [closed]
Potential problem of rxgraph under Ubuntu 12.04 fuerte?
Why rxgraph show partial information when selecting the combo box?
Troubles with rxgraph, rxplot, and rxbag on OSX with Homebrew and Electric.