-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OWLVIZ Display problems #19
Comments
Do you have GraphViz installed on your system? You need this, and you need to set the path to the "DOT" application in the OWLViz preferences. This is set on the OWLViz tab on the preference dialog. On my system the path is "/usr/local/bin/dot". |
I had the same problem; I thought I had GraphViz installed already and was wrong. Downloading the zip file and pointing the preferences setting to dot.exe fixed it. Thanks! |
For Ubuntu users getting this error nowadays (2020):
$ sudo apt install graphviz
Source: https://graphviz.org/download/ |
Had the same problem with Windows, could not get Owlviz to work with Graphviz 2.44.1 (current stable), installed from Anaconda (Graphviz 2.38), that did work. |
Same problem, thank you @mgraauw, anaconda pkgs works in Windows 10 |
I had the same trouble in win10. Adjust inside of Protege in menu File/Preferences/OWLViz the path to dot.exe |
Find the realpath to the dotfile. For those installing via homebrew on osx: For some reason the dotfile was not symlinked into /usr/local/bin Test by trying to get the realpath via which graphviz. If found then just use this, if not then get the realpath yourself or create the symbolic link. For a quick hack i ended up with: /usr/local/Cellar/graphviz/2.46.1/bin/dot |
@HjoshM Path: C:\Program Files\Graphviz\bin\dot.exe |
I tried these commands to help me locate the DOT file path on my mac. It was not: "/usr/local/bin/dot" on my system.
I had installed Graphviz, but I was still running into trouble finding the right path. I am using Protege, and I had to modify the path for OwlViz since it was displaying the entire hierarchy at (0,0). I copied the path that I got by running the |
Probably User rights linked issue. |
(mac m1) This works for me. Check path of |
I have installed the Graphicviz installed it in the same directory and set the same directory in the file--> owlviz /path to dot (C:\Program Files\Graphviz\bin\dot.exe) but the issue is still there |
I would try restarting the computer and/or reinstalling Protege itself. I don't remember if I did it myself, but I think so. I hope it helps you. |
Thank you @garciadiazjaime for the instructions. |
I running into the problem that I cannot move any objects on the OWLViz and all the association indicate is-a and not the specified association. I'm running on Macpro recent OS |
I am also having this problem, I was pointed to the dot.exe file and it wasn't working, but I have tried Reinstalling to C:\Graphviz The only error that consistently comes up is
But I'm not sure if it's related |
Additional Steps I have now tried Installing 32 bit version The app errors if I point the preferences to the wrong place but does nothing if it is pointed correctly to dot.exe, but the result is the same; all the circles at 0,0 I am using the latest stable builds of protege and graphviz |
Same problem. I downloaded Protégé Desktop(https://protege.stanford.edu/software.php#desktop-protege) and Graphviz Installer (https://graphviz.org/download/#windows) for Windows 10. Then I add the path to dot.exe from File->Preferences and find the right path which in my case is C:\Program Files\Graphviz\bin\dot.exe . However, this did not work and I have the same problem. Any suggestion? |
I had the same issue. Downloaded everything and set the path correctly... Didn't work. Tried it out with an older version of GraphViz: 7.0.2, then it worked |
@kegoosse It worked. Thank you very much |
@kegoosse this also worked for me thanks |
Thank you so much. This worked for me! |
had the same problem with protege installed via flatpak on Ubuntu 22.04. |
yeah, I had to also install an older version of Graphviz from here. I tried version P.S. the OntoGraf plugin seems OK. I wonder why not using that one to begin with? |
I use Graphviz 10.0.1 and it works. I also leave the Graphviz file properties to read only. Not sure if I will face some challenges later since its not an up to date version. |
I verified that Graphviz 10.0.1 also installed and worked on my system. Then I upgraded to Graphviz 12.0.0 and it also worked. Finally, I upgraded to Graphviz 12.2.0 and it has the "display bug". I'm returning to Graphviz 12.0.0. Perhaps others can further diagnose the issue. |
OwlViz is displaying the entire hierarchy at (0,0). Not sure how to move this to center.
The text was updated successfully, but these errors were encountered: