ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

How to export picture from rxgraph?

asked 2011-07-11 19:54:45 -0500

sam gravatar image

updated 2011-07-14 18:33:22 -0500

kwc gravatar image

When my rxgraph's graph is larger than my screen,it is difficult to save to picture format. How to do that? Thank you~

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
11

answered 2011-07-11 21:18:07 -0500

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.

edit flag offensive delete link more

Comments

how to save rxgraph along with the information coloumn (for all nodes) on the right side?

Sudhan gravatar image Sudhan  ( 2012-10-24 01:53:48 -0500 )edit
1

The only way I can think of for doing that is a screenshot.

Martin Günther gravatar image Martin Günther  ( 2012-10-24 05:48:23 -0500 )edit

Question Tools

Stats

Asked: 2011-07-11 19:54:45 -0500

Seen: 748 times

Last updated: Jul 11 '11