I assume you're talking about programming: in this case you should mention the programming language (and eventually graphics libraries) you're using.
If by 'it doesn't give me the best look' you mean the line looks jagged, then you should add anti-aliasing. Implementing anti-aliasing from scratch can be hard, depending on the context, which is why you usually rely on external libraries for that (again, these depend on the programming language you chose).