Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OWLViz not displaying diagram centrally

View of Protege/OWLVizI have just installed Protege v5 and opened the Pizza ontology. The OWLViz visualisation is showing at the top left corner. Nothing I seem to do will centralise the OWLViz view (see attached.)

have tried help, which points me to this: https://github.com/protegeproject/owlviz

googled, looked down the list of Stack Overflow OWLViz question, tried ChatGPT!

like image 496
ged Avatar asked Oct 17 '25 01:10

ged


1 Answers

I had the same issue just now and found my answers here: https://github.com/protegeproject/owlviz/issues/19

Basically you need to install Graphviz from here https://graphviz.org/download/ . Then open Protege -> File -> Preferences -> OWLViz, change Path to DOT accordingly to where you installed Graphviz and restart Protege. Be particularly careful with the path and you should be set.

like image 117
Sozdatel Veselya Avatar answered Oct 19 '25 13:10

Sozdatel Veselya