euslisp / jskeus

This repository contains EusLisp software developed and used by JSK at The University of Tokyo
23 stars 55 forks source link

add write-to-png in irtgraph #623

Closed knorth55 closed 2 years ago

knorth55 commented 2 years ago

I add write-to-png method in irtgraph. You can get png image of graph structure by running (send gr :write-to-png "graph.png").