yEd
yEd is a powerful graph editor, written in Java, that can be used to generate diagrams. Diagrams can be created manually, or be imported from external data for analysis. An automatic layout algorithm arranges the data sets if needed.
Installation
Install yed, which is available in the AUR. It requires an installed Java runtime environment, such as jre7-openjdk or jre.
Once installed, yEd can be run using the yEd
command.
Tips & Tricks
Font issues
If you encounter font issues, such as glitchy fonts, try using the proprietary jre instead of OpenJDK and add the following line to your shell's rc file:
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd_hrgb'