is there way export scalable vector graphics (svg) ontograf plugin in protege? or there similar plugin, svg can exported?
this can achieved following way:
- inside protege , in ontograph tab, click button export graph dot (before last icon). save
onto.dotsomewhere on machine. - then open terminal , convert
.dotfile svg:dot -tsvg onto.dot > output.svg
the file output.svg svg version of graph.
Comments
Post a Comment