This document proposes an improved graph drawing algorithm for email networks. It first formulates the graph drawing problem as a minimization problem to optimize for aesthetic criteria like evenly distributing vertices and minimizing edge lengths. It then describes a genetic algorithm approach to solve this optimization problem. Specifically, it improves the algorithm by taking into account the small-world properties of email networks, like placing highly connected vertices in the center and ignoring long-range repulsive forces. The results show this approach draws graphs in a more intuitive and aesthetic way while also improving runtime over traditional force-directed algorithms.